SetReceiptRulePosition
Sets the position of the specified receipt rule in the receipt rule set.
For information about managing receipt rules, 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.
- After
-
The name of the receipt rule after which to place the specified receipt rule.
Type: String
Required: No
- RuleName
-
The name of the receipt rule to reposition.
Type: String
Required: Yes
- RuleSetName
-
The name of the receipt rule set that contains the receipt rule to reposition.
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: