Protected
Updates an existing custom verification email template.
For more information about custom verification email templates, see Using Custom Verification Email Templates in the Amazon SES Developer Guide.
You can execute this operation no more than once per second.
Use a bare-bones client and the command you need to make an API call.
import { SESClient, UpdateCustomVerificationEmailTemplateCommand } from "@aws-sdk/client-ses"; // ES Modules import// const { SESClient, UpdateCustomVerificationEmailTemplateCommand } = require("@aws-sdk/client-ses"); // CommonJS importconst client = new SESClient(config);const command = new UpdateCustomVerificationEmailTemplateCommand(input);const response = await client.send(command);
input
response
config
CustomVerificationEmailInvalidContentException (client fault)
Indicates that custom verification email template provided content is invalid.
CustomVerificationEmailTemplateDoesNotExistException (client fault)
Indicates that a custom verification email template with the name you specified does not exist.
FromEmailAddressNotVerifiedException (client fault)
Indicates that the sender address specified for a custom verification email is not verified, and is therefore not eligible to send the custom verification email.
Readonly
Static
Updates an existing custom verification email template.
For more information about custom verification email templates, see Using Custom Verification Email Templates in 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
CustomVerificationEmailInvalidContentException (client fault)
Indicates that custom verification email template provided content is invalid.
Throws
CustomVerificationEmailTemplateDoesNotExistException (client fault)
Indicates that a custom verification email template with the name you specified does not exist.
Throws
FromEmailAddressNotVerifiedException (client fault)
Indicates that the sender address specified for a custom verification email is not verified, and is therefore not eligible to send the custom verification email.