Amazon.ConfigService.AmazonConfigServiceClient.DescribeConfigRuleEvaluationStatus C# (CSharp) Method

DescribeConfigRuleEvaluationStatus() public method

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.
/// One or more of the specified parameters are invalid. Verify that your parameters are /// valid and try again. /// /// One or more AWS Config rules in the request are invalid. Verify that the rule names /// are correct and try again. ///
public DescribeConfigRuleEvaluationStatus ( DescribeConfigRuleEvaluationStatusRequest request ) : DescribeConfigRuleEvaluationStatusResponse
request Amazon.ConfigService.Model.DescribeConfigRuleEvaluationStatusRequest Container for the necessary parameters to execute the DescribeConfigRuleEvaluationStatus service method.
return Amazon.ConfigService.Model.DescribeConfigRuleEvaluationStatusResponse
        public DescribeConfigRuleEvaluationStatusResponse DescribeConfigRuleEvaluationStatus(DescribeConfigRuleEvaluationStatusRequest request)
        {
            var marshaller = new DescribeConfigRuleEvaluationStatusRequestMarshaller();
            var unmarshaller = DescribeConfigRuleEvaluationStatusResponseUnmarshaller.Instance;

            return Invoke<DescribeConfigRuleEvaluationStatusRequest,DescribeConfigRuleEvaluationStatusResponse>(request, marshaller, unmarshaller);
        }
AmazonConfigServiceClient