Class: Aws::SES::Errors::TemplateDoesNotExistException
- Inherits:
-
ServiceError
- Object
- ServiceError
- Aws::SES::Errors::TemplateDoesNotExistException
- Defined in:
- lib/aws-sdk-ses/errors.rb
Instance Method Summary collapse
-
#initialize(context, message, data = Aws::EmptyStructure.new) ⇒ TemplateDoesNotExistException
constructor
A new instance of TemplateDoesNotExistException.
- #template_name ⇒ String
Constructor Details
#initialize(context, message, data = Aws::EmptyStructure.new) ⇒ TemplateDoesNotExistException
Returns a new instance of TemplateDoesNotExistException.
516 517 518 |
# File 'lib/aws-sdk-ses/errors.rb', line 516 def initialize(context, , data = Aws::EmptyStructure.new) super(context, , data) end |
Instance Method Details
#template_name ⇒ String
521 522 523 |
# File 'lib/aws-sdk-ses/errors.rb', line 521 def template_name @data[:template_name] end |