Class: Aws::SES::Types::CustomVerificationEmailTemplateDoesNotExistException
- Inherits:
-
Struct
- Object
- Struct
- Aws::SES::Types::CustomVerificationEmailTemplateDoesNotExistException
- 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
-
#custom_verification_email_template_name ⇒ String
Indicates that the provided custom verification email template does not exist.
Instance Attribute Details
#custom_verification_email_template_name ⇒ String
Indicates that the provided custom verification email template does not exist.
945 946 947 948 949 |
# File 'lib/aws-sdk-ses/types.rb', line 945 class CustomVerificationEmailTemplateDoesNotExistException < Struct.new( :custom_verification_email_template_name) SENSITIVE = [] include Aws::Structure end |