Class: Aws::SES::Errors::MissingRenderingAttributeException Deprecated
- Inherits:
-
ServiceError
- Object
- Errors::ServiceError
- ServiceError
- Aws::SES::Errors::MissingRenderingAttributeException
- Defined in:
- lib/aws-sdk-ses/errors.rb,
sig/errors.rbs
Overview
Deprecated.
This error class is not used during parsing.
Please use MissingRenderingAttribute instead.
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.
537 538 539 |
# File 'lib/aws-sdk-ses/errors.rb', line 537 def initialize(context, , data = Aws::EmptyStructure.new) super(context, , data) end |
Instance Method Details
#template_name ⇒ String
542 |
# File 'lib/aws-sdk-ses/errors.rb', line 542
def template_name: () -> ::String
|