ApplicationCostProfiler / Client / delete_report_definition
delete_report_definition#
- ApplicationCostProfiler.Client.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' )
- Parameters:
reportId (string) –
[REQUIRED]
Required. ID of the report to delete.
- Return type:
dict
- Returns:
Response Syntax
{ 'reportId': 'string' }
Response Structure
(dict) –
reportId (string) –
ID of the report that was deleted.
Exceptions
ApplicationCostProfiler.Client.exceptions.InternalServerException
ApplicationCostProfiler.Client.exceptions.ThrottlingException
ApplicationCostProfiler.Client.exceptions.ValidationException
ApplicationCostProfiler.Client.exceptions.AccessDeniedException