Amazon.Shield.AmazonShieldClient.DescribeSubscription C# (CSharp) Method

DescribeSubscription() public method

Provides details about the AWS Shield Advanced subscription for an account.
/// Exception that indicates that a problem occurred with the service infrastructure. /// You can retry the request. /// /// Exception indicating the specified resource does not exist. ///
public DescribeSubscription ( DescribeSubscriptionRequest request ) : DescribeSubscriptionResponse
request DescribeSubscriptionRequest Container for the necessary parameters to execute the DescribeSubscription service method.
return Amazon.Shield.Model.DescribeSubscriptionResponse
        public DescribeSubscriptionResponse DescribeSubscription(DescribeSubscriptionRequest request)
        {
            var marshaller = new DescribeSubscriptionRequestMarshaller();
            var unmarshaller = DescribeSubscriptionResponseUnmarshaller.Instance;

            return Invoke<DescribeSubscriptionRequest,DescribeSubscriptionResponse>(request, marshaller, unmarshaller);
        }