Class: Aws::SES::Types::CustomVerificationEmailTemplateAlreadyExistsException
- Inherits:
-
Struct
- Object
- Struct
- Aws::SES::Types::CustomVerificationEmailTemplateAlreadyExistsException
- 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
-
#custom_verification_email_template_name ⇒ String
Indicates that the provided custom verification email template with the specified template name already exists.
Instance Attribute Details
#custom_verification_email_template_name ⇒ String
Indicates that the provided custom verification email template with the specified template name already exists.
929 930 931 932 933 |
# File 'lib/aws-sdk-ses/types.rb', line 929 class CustomVerificationEmailTemplateAlreadyExistsException < Struct.new( :custom_verification_email_template_name) SENSITIVE = [] include Aws::Structure end |