Skip to content

Cancel Cache Report

storagegateway_cancel_cache_report R Documentation

Cancels generation of a specified cache report

Description

Cancels generation of a specified cache report. You can use this operation to manually cancel an IN-PROGRESS report for any reason. This action changes the report status from IN-PROGRESS to CANCELLED. You can only cancel in-progress reports. If the the report you attempt to cancel is in FAILED, ERROR, or COMPLETED state, the cancel operation returns an error.

Usage

storagegateway_cancel_cache_report(CacheReportARN)

Arguments

CacheReportARN

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

Value

A list with the following syntax:

list(
  CacheReportARN = "string"
)

Request syntax

svc$cancel_cache_report(
  CacheReportARN = "string"
)