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.ThrottlingException

  • BillingandCostManagementDashboards.Client.exceptions.AccessDeniedException

  • BillingandCostManagementDashboards.Client.exceptions.InternalServerException

  • BillingandCostManagementDashboards.Client.exceptions.ValidationException

  • BillingandCostManagementDashboards.Client.exceptions.ResourceNotFoundException