Amazon.SimpleEmail.AmazonSimpleEmailServiceClient.DeleteReceiptRuleSet C# (CSharp) Method

DeleteReceiptRuleSet() public method

Deletes the specified receipt rule set and all of the receipt rules it contains.

The currently active rule set cannot be deleted.

For information about managing receipt rule sets, see the Amazon SES Developer Guide.

This action is throttled at one request per second.

/// Indicates that the delete operation could not be completed. ///
public DeleteReceiptRuleSet ( DeleteReceiptRuleSetRequest request ) : DeleteReceiptRuleSetResponse
request DeleteReceiptRuleSetRequest Container for the necessary parameters to execute the DeleteReceiptRuleSet service method.
return DeleteReceiptRuleSetResponse
        public DeleteReceiptRuleSetResponse DeleteReceiptRuleSet(DeleteReceiptRuleSetRequest request)
        {
            var marshaller = new DeleteReceiptRuleSetRequestMarshaller();
            var unmarshaller = DeleteReceiptRuleSetResponseUnmarshaller.Instance;

            return Invoke<DeleteReceiptRuleSetRequest,DeleteReceiptRuleSetResponse>(request, marshaller, unmarshaller);
        }
AmazonSimpleEmailServiceClient