delete_report_definition
(**kwargs)¶Deletes the specified report definition in AWS Application Cost Profiler. This stops the report from being generated.
See also: AWS API Documentation
Request Syntax
response = client.delete_report_definition(
reportId='string'
)
[REQUIRED]
Required. ID of the report to delete.
{
'reportId': 'string'
}
Response Structure
ID of the report that was deleted.
Exceptions
ApplicationCostProfiler.Client.exceptions.InternalServerException
ApplicationCostProfiler.Client.exceptions.ThrottlingException
ApplicationCostProfiler.Client.exceptions.ValidationException
ApplicationCostProfiler.Client.exceptions.AccessDeniedException