BillingandCostManagementDashboards / Client / delete_dashboard
delete_dashboard¶
- BillingandCostManagementDashboards.Client.delete_dashboard(**kwargs)¶
Deletes a specified dashboard. This action cannot be undone.
See also: AWS API Documentation
Request Syntax
response = client.delete_dashboard( arn='string' )
- Parameters:
arn (string) –
[REQUIRED]
The ARN of the dashboard to be deleted.
- Return type:
dict
- Returns:
Response Syntax
{ 'arn': 'string' }
Response Structure
(dict) –
arn (string) –
The ARN of the dashboard that was deleted.
Exceptions
BillingandCostManagementDashboards.Client.exceptions.ThrottlingException
BillingandCostManagementDashboards.Client.exceptions.AccessDeniedException
BillingandCostManagementDashboards.Client.exceptions.InternalServerException
BillingandCostManagementDashboards.Client.exceptions.ValidationException