BillingandCostManagementDashboards / Client / delete_scheduled_report
delete_scheduled_report¶
- BillingandCostManagementDashboards.Client.delete_scheduled_report(**kwargs)¶
Deletes a specified scheduled report. This is an irreversible operation.
See also: AWS API Documentation
Request Syntax
response = client.delete_scheduled_report( arn='string' )
- Parameters:
arn (string) –
[REQUIRED]
The ARN of the scheduled report to delete.
- Return type:
dict
- Returns:
Response Syntax
{ 'arn': 'string' }
Response Structure
(dict) –
arn (string) –
The ARN of the scheduled report that was deleted.
Exceptions
BillingandCostManagementDashboards.Client.exceptions.ThrottlingExceptionBillingandCostManagementDashboards.Client.exceptions.AccessDeniedExceptionBillingandCostManagementDashboards.Client.exceptions.InternalServerExceptionBillingandCostManagementDashboards.Client.exceptions.ValidationExceptionBillingandCostManagementDashboards.Client.exceptions.ResourceNotFoundException