Base exception class for all service exceptions from SES service.
Example
DeleteIdentity
// The following example deletes an identity from the list of identities that have been submitted for verification with Amazon SES: constinput = { "Identity":"user@example.com" }; constcommand = newDeleteIdentityCommand(input); awaitclient.send(command); // example id: deleteidentity-1469047858906
Deletes the specified identity (an email address or a domain) from the list of verified identities.
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
DeleteIdentityCommandInput
Returns
DeleteIdentityCommandOutput
See
input
shape.response
shape.config
shape.Throws
SESServiceException
Base exception class for all service exceptions from SES service.
Example
DeleteIdentity