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

UpdateReceiptRule() public method

Updates a receipt rule.

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

This action is throttled at one request per second.

/// Indicates that the provided AWS Lambda function is invalid, or that Amazon SES could /// not execute the provided function, possibly due to permissions issues. For information /// about giving permissions, see the Amazon /// SES Developer Guide. /// /// Indicates that the provided Amazon S3 bucket or AWS KMS encryption key is invalid, /// or that Amazon SES could not publish to the bucket, possibly due to permissions issues. /// For information about giving permissions, see the Amazon /// SES Developer Guide. /// /// Indicates that the provided Amazon SNS topic is invalid, or that Amazon SES could /// not publish to the topic, possibly due to permissions issues. For information about /// giving permissions, see the Amazon /// SES Developer Guide. /// /// Indicates that a resource could not be created because of service limits. For a list /// of Amazon SES limits, see the Amazon /// SES Developer Guide. /// /// Indicates that the provided receipt rule does not exist. /// /// Indicates that the provided receipt rule set does not exist. ///
public UpdateReceiptRule ( UpdateReceiptRuleRequest request ) : UpdateReceiptRuleResponse
request UpdateReceiptRuleRequest Container for the necessary parameters to execute the UpdateReceiptRule service method.
return UpdateReceiptRuleResponse
        public UpdateReceiptRuleResponse UpdateReceiptRule(UpdateReceiptRuleRequest request)
        {
            var marshaller = new UpdateReceiptRuleRequestMarshaller();
            var unmarshaller = UpdateReceiptRuleResponseUnmarshaller.Instance;

            return Invoke<UpdateReceiptRuleRequest,UpdateReceiptRuleResponse>(request, marshaller, unmarshaller);
        }
AmazonSimpleEmailServiceClient