Amazon.Budgets.AmazonBudgetsClient.DeleteSubscriber C# (CSharp) Method

DeleteSubscriber() public method

Delete a Subscriber for a notification
/// This exception is thrown on an unknown internal failure. /// /// This exception is thrown if any request is given an invalid parameter. E.g., if a /// required Date field is null. /// /// This exception is thrown if a requested entity is not found. E.g., if a budget id /// doesn't exist for an account ID. ///
public DeleteSubscriber ( DeleteSubscriberRequest request ) : DeleteSubscriberResponse
request Amazon.Budgets.Model.DeleteSubscriberRequest Container for the necessary parameters to execute the DeleteSubscriber service method.
return DeleteSubscriberResponse
        public DeleteSubscriberResponse DeleteSubscriber(DeleteSubscriberRequest request)
        {
            var marshaller = new DeleteSubscriberRequestMarshaller();
            var unmarshaller = DeleteSubscriberResponseUnmarshaller.Instance;

            return Invoke<DeleteSubscriberRequest,DeleteSubscriberResponse>(request, marshaller, unmarshaller);
        }