Skip to content

Start Quota Utilization Report

servicequotas_start_quota_utilization_report R Documentation

Initiates the generation of a quota utilization report for your Amazon Web Services account

Description

Initiates the generation of a quota utilization report for your Amazon Web Services account. This asynchronous operation analyzes your quota usage across all Amazon Web Services services and returns a unique report identifier that you can use to retrieve the results.

The report generation process may take several seconds to complete, depending on the number of quotas in your account. Use the get_quota_utilization_report operation to check the status and retrieve the results when the report is ready.

Usage

servicequotas_start_quota_utilization_report()

Value

A list with the following syntax:

list(
  ReportId = "string",
  Status = "PENDING"|"IN_PROGRESS"|"COMPLETED"|"FAILED",
  Message = "string"
)

Request syntax

svc$start_quota_utilization_report()