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

DeleteSubscription() public method

Removes AWS Shield Advanced from an account.
/// Exception that indicates that a problem occurred with the service infrastructure. /// You can retry the request. /// /// Exception that indicates that the subscription has been modified by another client. /// You can retry the request. /// /// Exception indicating the specified resource does not exist. ///
public DeleteSubscription ( DeleteSubscriptionRequest request ) : DeleteSubscriptionResponse
request DeleteSubscriptionRequest Container for the necessary parameters to execute the DeleteSubscription service method.
return DeleteSubscriptionResponse
        public DeleteSubscriptionResponse DeleteSubscription(DeleteSubscriptionRequest request)
        {
            var marshaller = new DeleteSubscriptionRequestMarshaller();
            var unmarshaller = DeleteSubscriptionResponseUnmarshaller.Instance;

            return Invoke<DeleteSubscriptionRequest,DeleteSubscriptionResponse>(request, marshaller, unmarshaller);
        }