ReorderReceiptRuleSet
Reorders the receipt rules within a receipt rule set.
Note
All of the rules in the rule set must be represented in this request. That is, it is error if the reorder request doesn't explicitly position all of the rules.
For information about managing receipt rule sets, see the Amazon SES Developer Guide.
You can execute this operation no more than once per second.
Request Parameters
For information about the parameters that are common to all actions, see Common Parameters.
- RuleNames.member.N
-
The specified receipt rule set's receipt rules, in order.
Type: Array of strings
Required: Yes
- RuleSetName
-
The name of the receipt rule set to reorder.
Type: String
Required: Yes
Errors
For information about the errors that are common to all actions, see Common Errors.
- RuleDoesNotExist
-
Indicates that the provided receipt rule does not exist.
HTTP Status Code: 400
- RuleSetDoesNotExist
-
Indicates that the provided receipt rule set does not exist.
HTTP Status Code: 400
See Also
For more information about using this API in one of the language-specific AWS SDKs, see the following: