storagegateway_delete_cache_report {paws.storage}R Documentation

Deletes the specified cache report and any associated tags from the Storage Gateway database

Description

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 cancel_cache_report to cancel an IN-PROGRESS report.

See https://www.paws-r-sdk.com/docs/storagegateway_delete_cache_report/ for full documentation.

Usage

storagegateway_delete_cache_report(CacheReportARN)

Arguments

CacheReportARN

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


[Package paws.storage version 0.9.0 Index]