Class: Aws::SES::Types::CustomVerificationEmailTemplateAlreadyExistsException

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 already exists.

Constant Summary collapse

SENSITIVE =
[]

Instance Attribute Summary collapse

Instance Attribute Details

#custom_verification_email_template_nameString

Indicates that the provided custom verification email template with the specified template name already exists.

Returns:

  • (String)


890
891
892
893
894
# File 'lib/aws-sdk-ses/types.rb', line 890

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