class Aws::SES::Errors::MissingRenderingAttributeException

Please use ‘MissingRenderingAttribute` instead.
@deprecated This error class is not used during parsing.

def initialize(context, message, data = Aws::EmptyStructure.new)

Parameters:
  • data (Aws::SES::Types::MissingRenderingAttributeException) --
  • message (String) --
  • context (Seahorse::Client::RequestContext) --
def initialize(context, message, data = Aws::EmptyStructure.new)
  super(context, message, data)
end

def template_name

Returns:
  • (String) -
def template_name
  @data[:template_name]
end