AWS SDK Version 2 for .NET
API Reference

AWS services or capabilities described in AWS Documentation may vary by region/location. Click Getting Started with Amazon AWS to see specific differences applicable to the China (Beijing) Region.

.NET Framework 3.5
 
Returns status information for each of your AWS managed Config rules. The status includes information such as the last time AWS Config invoked the rule, the last time AWS Config failed to invoke the rule, and the related error for the last failure.

Namespace: Amazon.ConfigService
Assembly: AWSSDK.dll
Version: (assembly version)

Syntax

C#
public virtual DescribeConfigRuleEvaluationStatusResponse DescribeConfigRuleEvaluationStatus(
         DescribeConfigRuleEvaluationStatusRequest request
)

Parameters

request
Type: Amazon.ConfigService.Model.DescribeConfigRuleEvaluationStatusRequest

Container for the necessary parameters to execute the DescribeConfigRuleEvaluationStatus service method.

Return Value
Type: Amazon.ConfigService.Model.DescribeConfigRuleEvaluationStatusResponse
The response from the DescribeConfigRuleEvaluationStatus service method, as returned by ConfigService.

Exceptions

ExceptionCondition
NoSuchConfigRuleException One or more AWS Config rules in the request are invalid. Verify that the rule names are correct and try again.

Version Information

.NET Framework:
Supported in: 4.5, 4.0, 3.5