CloneReceiptRuleSet
Creates a receipt rule set by cloning an existing one. All receipt rules and configurations are copied to the new receipt rule set and are completely independent of the source rule set.
For information about setting up 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.
- OriginalRuleSetName
-
The name of the rule set to clone.
Type: String
Required: Yes
- RuleSetName
-
The name of the rule set to create. The name must meet the following requirements:
-
Contain only ASCII letters (a-z, A-Z), numbers (0-9), underscores (_), or dashes (-).
-
Start and end with a letter or number.
-
Contain 64 characters or fewer.
Type: String
Required: Yes
-
Errors
For information about the errors that are common to all actions, see Common Errors.
- AlreadyExists
-
Indicates that a resource could not be created because of a naming conflict.
HTTP Status Code: 400
- LimitExceeded
-
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.
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: