imagebuilder / Client / delete_image_pipeline
delete_image_pipeline#
- imagebuilder.Client.delete_image_pipeline(**kwargs)#
Deletes an image pipeline.
See also: AWS API Documentation
Request Syntax
response = client.delete_image_pipeline( imagePipelineArn='string' )
- Parameters:
imagePipelineArn (string) –
[REQUIRED]
The Amazon Resource Name (ARN) of the image pipeline to delete.
- Return type:
dict
- Returns:
Response Syntax
{ 'requestId': 'string', 'imagePipelineArn': 'string' }
Response Structure
(dict) –
requestId (string) –
The request ID that uniquely identifies this request.
imagePipelineArn (string) –
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