Amazon.AWSSupport.AmazonAWSSupportClient.DescribeTrustedAdvisorCheckRefreshStatuses C# (CSharp) Method

DescribeTrustedAdvisorCheckRefreshStatuses() public method

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

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.

/// An internal server error occurred. ///
public DescribeTrustedAdvisorCheckRefreshStatuses ( DescribeTrustedAdvisorCheckRefreshStatusesRequest request ) : DescribeTrustedAdvisorCheckRefreshStatusesResponse
request DescribeTrustedAdvisorCheckRefreshStatusesRequest Container for the necessary parameters to execute the DescribeTrustedAdvisorCheckRefreshStatuses service method.
return DescribeTrustedAdvisorCheckRefreshStatusesResponse
        public DescribeTrustedAdvisorCheckRefreshStatusesResponse DescribeTrustedAdvisorCheckRefreshStatuses(DescribeTrustedAdvisorCheckRefreshStatusesRequest request)
        {
            var marshaller = new DescribeTrustedAdvisorCheckRefreshStatusesRequestMarshaller();
            var unmarshaller = DescribeTrustedAdvisorCheckRefreshStatusesResponseUnmarshaller.Instance;

            return Invoke<DescribeTrustedAdvisorCheckRefreshStatusesRequest,DescribeTrustedAdvisorCheckRefreshStatusesResponse>(request, marshaller, unmarshaller);
        }
AmazonAWSSupportClient