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

DescribeDeliveryChannelStatus() public method

Returns the current status of the specified delivery channel. If a delivery channel is not specified, this action returns the current status of all delivery channels associated with the account.

Currently, you can specify only one delivery channel per region in your account.

/// You have specified a delivery channel that does not exist. ///
public DescribeDeliveryChannelStatus ( ) : Amazon.ConfigService.Model.DescribeDeliveryChannelStatusResponse
return Amazon.ConfigService.Model.DescribeDeliveryChannelStatusResponse
        public DescribeDeliveryChannelStatusResponse DescribeDeliveryChannelStatus()
        {
            return DescribeDeliveryChannelStatus(new DescribeDeliveryChannelStatusRequest());
        }

Same methods

AmazonConfigServiceClient::DescribeDeliveryChannelStatus ( DescribeDeliveryChannelStatusRequest request ) : Amazon.ConfigService.Model.DescribeDeliveryChannelStatusResponse
AmazonConfigServiceClient