StorageGateway / Client / delete_cache_report

delete_cache_report#

StorageGateway.Client.delete_cache_report(**kwargs)#

Deletes the specified cache report and any associated tags from the Storage Gateway database. You can only delete completed reports. If the status of the report you attempt to delete still IN-PROGRESS, the delete operation returns an error. You can use CancelCacheReport to cancel an IN-PROGRESS report.

Note

DeleteCacheReport does not delete the report object from your Amazon S3 bucket.

See also: AWS API Documentation

Request Syntax

response = client.delete_cache_report(
    CacheReportARN='string'
)
Parameters:

CacheReportARN (string) –

[REQUIRED]

The Amazon Resource Name (ARN) of the cache report you want to delete.

Return type:

dict

Returns:

Response Syntax

{
    'CacheReportARN': 'string'
}

Response Structure

  • (dict) –

    • CacheReportARN (string) –

      The Amazon Resource Name (ARN) of the cache report you want to delete.

Exceptions