Learn R Programming

paws.customer.engagement (version 0.1.3)

ses_list_custom_verification_email_templates: Lists the existing custom verification email templates for your account in the current AWS Region

Description

Lists the existing custom verification email templates for your account in the current AWS Region.

Usage

ses_list_custom_verification_email_templates(NextToken, MaxResults)

Arguments

NextToken

An array the contains the name and creation time stamp for each template in your Amazon SES account.

MaxResults

The maximum number of custom verification email templates to return. This value must be at least 1 and less than or equal to 50. If you do not specify a value, or if you specify a value less than 1 or greater than 50, the operation will return up to 50 results.

Request syntax

svc$list_custom_verification_email_templates(
  NextToken = "string",
  MaxResults = 123
)

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.