BillingandCostManagementDataExports / Client / delete_export
delete_export#
- BillingandCostManagementDataExports.Client.delete_export(**kwargs)#
- Deletes an existing data export. - See also: AWS API Documentation - Request Syntax- response = client.delete_export( ExportArn='string' ) - Parameters:
- ExportArn (string) – - [REQUIRED] - The Amazon Resource Name (ARN) for this export. 
- Return type:
- dict 
- Returns:
- Response Syntax- { 'ExportArn': 'string' } - Response Structure- (dict) – - ExportArn (string) – - The Amazon Resource Name (ARN) for this export. 
 
 
 - Exceptions- BillingandCostManagementDataExports.Client.exceptions.InternalServerException
- BillingandCostManagementDataExports.Client.exceptions.ResourceNotFoundException
- BillingandCostManagementDataExports.Client.exceptions.ThrottlingException
- BillingandCostManagementDataExports.Client.exceptions.ValidationException