Jump to Content

Class UpdateCustomVerificationEmailTemplateCommandProtected

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.

import { SESClient, UpdateCustomVerificationEmailTemplateCommand } from "@aws-sdk/client-ses"; // ES Modules import
// const { SESClient, UpdateCustomVerificationEmailTemplateCommand } = require("@aws-sdk/client-ses"); // CommonJS import
const client = new SESClient(config);
const command = new UpdateCustomVerificationEmailTemplateCommand(input);
const response = await client.send(command);

See

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.

Hierarchy

Constructors

Properties

Methods