Base exception class for all service exceptions from SES service.
Example
ListReceiptFilters
// The following example lists the IP address filters that are associated with an AWS account: constinput = undefined; constcommand = newListReceiptFiltersCommand(input); constresponse = awaitclient.send(command); /* response == { "Filters": [ { "IpFilter": { "Cidr": "1.2.3.4/24", "Policy": "Block" }, "Name": "MyFilter" } ] } */ // example id: listreceiptfilters-1469120786789
Lists the IP address filters associated with your Amazon Web Services account in the current Amazon Web Services Region.
For information about managing 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
ListReceiptFiltersCommandInput
Returns
ListReceiptFiltersCommandOutput
See
input
shape.response
shape.config
shape.Throws
SESServiceException
Base exception class for all service exceptions from SES service.
Example
ListReceiptFilters