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

DescribeConfigurationRecorderStatus() public method

Returns the current status of the specified configuration recorder. If a configuration recorder is not specified, this action returns the status of all configuration recorder associated with the account.

Currently, you can specify only one configuration recorder per region in your account.

/// You have specified a configuration recorder that does not exist. ///
public DescribeConfigurationRecorderStatus ( ) : DescribeConfigurationRecorderStatusResponse
return Amazon.ConfigService.Model.DescribeConfigurationRecorderStatusResponse
        public DescribeConfigurationRecorderStatusResponse DescribeConfigurationRecorderStatus()
        {
            return DescribeConfigurationRecorderStatus(new DescribeConfigurationRecorderStatusRequest());
        }

Same methods

AmazonConfigServiceClient::DescribeConfigurationRecorderStatus ( DescribeConfigurationRecorderStatusRequest request ) : DescribeConfigurationRecorderStatusResponse
AmazonConfigServiceClient