delete_image_pipeline
(**kwargs)¶Deletes an image pipeline.
See also: AWS API Documentation
Request Syntax
response = client.delete_image_pipeline(
imagePipelineArn='string'
)
[REQUIRED]
The Amazon Resource Name (ARN) of the image pipeline to delete.
{
'requestId': 'string',
'imagePipelineArn': 'string'
}
Response Structure
The request ID that uniquely identifies this request.
The Amazon Resource Name (ARN) of the image pipeline that was deleted.
Exceptions
imagebuilder.Client.exceptions.ServiceException
imagebuilder.Client.exceptions.ClientException
imagebuilder.Client.exceptions.ServiceUnavailableException
imagebuilder.Client.exceptions.InvalidRequestException
imagebuilder.Client.exceptions.ForbiddenException
imagebuilder.Client.exceptions.CallRateLimitExceededException
imagebuilder.Client.exceptions.ResourceDependencyException