Class: Aws::SES::Errors::MissingRenderingAttributeException
- Inherits:
-
ServiceError
- Object
- ServiceError
- Aws::SES::Errors::MissingRenderingAttributeException
- Defined in:
- lib/aws-sdk-ses/errors.rb
Instance Method Summary collapse
-
#initialize(context, message, data = Aws::EmptyStructure.new) ⇒ MissingRenderingAttributeException
constructor
A new instance of MissingRenderingAttributeException.
- #template_name ⇒ String
Constructor Details
#initialize(context, message, data = Aws::EmptyStructure.new) ⇒ MissingRenderingAttributeException
Returns a new instance of MissingRenderingAttributeException.
461 462 463 |
# File 'lib/aws-sdk-ses/errors.rb', line 461 def initialize(context, , data = Aws::EmptyStructure.new) super(context, , data) end |
Instance Method Details
#template_name ⇒ String
466 467 468 |
# File 'lib/aws-sdk-ses/errors.rb', line 466 def template_name @data[:template_name] end |