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.
Example
CreateReceiptRuleSet
// The following example creates an empty receipt rule set: constinput = { "RuleSetName":"MyRuleSet" }; constcommand = newCreateReceiptRuleSetCommand(input); awaitclient.send(command); // example id: createreceiptruleset-1469058761646
Creates an empty receipt rule set.
For information about setting up receipt rule sets, see the Amazon SES Developer Guide.
You can execute this operation no more than once per second.
Example
Use a bare-bones client and the command you need to make an API call.
See
input
shape.response
shape.config
shape.Throws
AlreadyExistsException (client fault)
Indicates that a resource could not be created because of a naming conflict.
Throws
LimitExceededException (client fault)
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.
Example
CreateReceiptRuleSet