Indicates that the provided receipt rule set does not exist.
Example
SetActiveReceiptRuleSet
// The following example sets the active receipt rule set: constinput = { "RuleSetName":"RuleSetToActivate" }; constcommand = newSetActiveReceiptRuleSetCommand(input); awaitclient.send(command); // example id: setactivereceiptruleset-1469058391329
Sets the specified receipt rule set as the active receipt rule set.
To disable your email-receiving through Amazon SES completely, you can call this API with RuleSetName set to null.
For information about managing 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
RuleSetDoesNotExistException (client fault)
Indicates that the provided receipt rule set does not exist.
Example
SetActiveReceiptRuleSet