You are viewing documentation for version 2 of the AWS SDK for Ruby. Version 3 documentation can be found here.

Class: Aws::SESV2::Types::GetCustomVerificationEmailTemplateResponse

Inherits:
Struct
  • Object
show all
Defined in:
(unknown)

Overview

The following elements are returned by the service.

Returned by:

Instance Attribute Summary collapse

Instance Attribute Details

#failure_redirection_urlString

The URL that the recipient of the verification email is sent to if his or her address is not successfully verified.

Returns:

  • (String)

    The URL that the recipient of the verification email is sent to if his or her address is not successfully verified.

#from_email_addressString

The email address that the custom verification email is sent from.

Returns:

  • (String)

    The email address that the custom verification email is sent from.

#success_redirection_urlString

The URL that the recipient of the verification email is sent to if his or her address is successfully verified.

Returns:

  • (String)

    The URL that the recipient of the verification email is sent to if his or her address is successfully verified.

#template_contentString

The content of the custom verification email.

Returns:

  • (String)

    The content of the custom verification email.

#template_nameString

The name of the custom verification email template.

Returns:

  • (String)

    The name of the custom verification email template.

#template_subjectString

The subject line of the custom verification email.

Returns:

  • (String)

    The subject line of the custom verification email.