paws.customer.engagement (version 0.1.0)

ses_get_custom_verification_email_template: Returns the custom email verification template for the template name you specify

Description

Returns the custom email verification template for the template name you specify.

Usage

ses_get_custom_verification_email_template(TemplateName)

Arguments

TemplateName

[required] The name of the custom verification email template that you want to retrieve.

Request syntax

svc$get_custom_verification_email_template(
  TemplateName = "string"
)

Details

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.