paws.management (version 0.1.0)

support_describe_trusted_advisor_check_refresh_statuses: Returns the refresh status of the Trusted Advisor checks that have the specified check IDs

Description

Returns the refresh status of the Trusted Advisor checks that have the specified check IDs. Check IDs can be obtained by calling DescribeTrustedAdvisorChecks.

Usage

support_describe_trusted_advisor_check_refresh_statuses(checkIds)

Arguments

checkIds

[required] The IDs of the Trusted Advisor checks to get the status of. Note: Specifying the check ID of a check that is automatically refreshed causes an InvalidParameterValue error.

Request syntax

svc$describe_trusted_advisor_check_refresh_statuses(
  checkIds = list(
    "string"
  )
)

Details

Some checks are refreshed automatically, and their refresh statuses cannot be retrieved by using this operation. Use of the DescribeTrustedAdvisorCheckRefreshStatuses operation for these checks causes an InvalidParameterValue error.