update_custom_verification_email_template
(**kwargs)¶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.
See also: AWS API Documentation
Request Syntax
response = client.update_custom_verification_email_template(
TemplateName='string',
FromEmailAddress='string',
TemplateSubject='string',
TemplateContent='string',
SuccessRedirectionURL='string',
FailureRedirectionURL='string'
)
[REQUIRED]
The name of the custom verification email template that you want to update.
None
Exceptions
SES.Client.exceptions.CustomVerificationEmailTemplateDoesNotExistException
SES.Client.exceptions.FromEmailAddressNotVerifiedException
SES.Client.exceptions.CustomVerificationEmailInvalidContentException