Skip to content

Delete Cache Report

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

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

Usage

storagegateway_delete_cache_report(CacheReportARN)

Arguments

CacheReportARN

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

Value

A list with the following syntax:

list(
  CacheReportARN = "string"
)

Request syntax

svc$delete_cache_report(
  CacheReportARN = "string"
)