imagebuilder / Client / delete_image_recipe
delete_image_recipe¶
- imagebuilder.Client.delete_image_recipe(**kwargs)¶
- Deletes an image recipe. - See also: AWS API Documentation - Request Syntax- response = client.delete_image_recipe( imageRecipeArn='string' ) - Parameters:
- imageRecipeArn (string) – - [REQUIRED] - The Amazon Resource Name (ARN) of the image recipe to delete. 
- Return type:
- dict 
- Returns:
- Response Syntax- { 'requestId': 'string', 'imageRecipeArn': 'string' } - Response Structure- (dict) – - requestId (string) – - The request ID that uniquely identifies this request. 
- imageRecipeArn (string) – - The Amazon Resource Name (ARN) of the image recipe that was deleted. 
 
 
 - Exceptions