Class: Aws::SES::Types::CustomVerificationEmailTemplateDoesNotExistException

Inherits:
Struct
  • Object
show all
Includes:
Aws::Structure
Defined in:
lib/aws-sdk-ses/types.rb

Overview

Indicates that a custom verification email template with the name you specified does not exist.

Constant Summary collapse

SENSITIVE =
[]

Instance Attribute Summary collapse

Instance Attribute Details

#custom_verification_email_template_nameString

Indicates that the provided custom verification email template does not exist.

Returns:

  • (String)


906
907
908
909
910
# File 'lib/aws-sdk-ses/types.rb', line 906

class CustomVerificationEmailTemplateDoesNotExistException < Struct.new(
  :custom_verification_email_template_name)
  SENSITIVE = []
  include Aws::Structure
end