Class: Aws::SES::Errors::CustomVerificationEmailTemplateDoesNotExistException
- Inherits:
-
ServiceError
- Object
- ServiceError
- Aws::SES::Errors::CustomVerificationEmailTemplateDoesNotExistException
- Defined in:
- lib/aws-sdk-ses/errors.rb
Instance Method Summary collapse
- #custom_verification_email_template_name ⇒ String
-
#initialize(context, message, data = Aws::EmptyStructure.new) ⇒ CustomVerificationEmailTemplateDoesNotExistException
constructor
A new instance of CustomVerificationEmailTemplateDoesNotExistException.
Constructor Details
#initialize(context, message, data = Aws::EmptyStructure.new) ⇒ CustomVerificationEmailTemplateDoesNotExistException
Returns a new instance of CustomVerificationEmailTemplateDoesNotExistException.
186 187 188 |
# File 'lib/aws-sdk-ses/errors.rb', line 186 def initialize(context, , data = Aws::EmptyStructure.new) super(context, , data) end |
Instance Method Details
#custom_verification_email_template_name ⇒ String
191 192 193 |
# File 'lib/aws-sdk-ses/errors.rb', line 191 def custom_verification_email_template_name @data[:custom_verification_email_template_name] end |