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

DeleteNotification() public method

Delete a notification and related subscribers
/// 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 DeleteNotification ( DeleteNotificationRequest request ) : DeleteNotificationResponse
request Amazon.Budgets.Model.DeleteNotificationRequest Container for the necessary parameters to execute the DeleteNotification service method.
return DeleteNotificationResponse
        public DeleteNotificationResponse DeleteNotification(DeleteNotificationRequest request)
        {
            var marshaller = new DeleteNotificationRequestMarshaller();
            var unmarshaller = DeleteNotificationResponseUnmarshaller.Instance;

            return Invoke<DeleteNotificationRequest,DeleteNotificationResponse>(request, marshaller, unmarshaller);
        }