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
CreateReceiptFilter
// The following example creates a new IP address filter: constinput = { "Filter": { "IpFilter": { "Cidr":"1.2.3.4/24", "Policy":"Allow" }, "Name":"MyFilter" } }; constcommand = newCreateReceiptFilterCommand(input); awaitclient.send(command); // example id: createreceiptfilter-1469122681253
Creates a new IP address filter.
For information about setting up IP address filters, 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.
Param
CreateReceiptFilterCommandInput
Returns
CreateReceiptFilterCommandOutput
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
CreateReceiptFilter