Class: Aws::SES::Errors::InvalidTemplateException Deprecated

Inherits:
ServiceError
  • Object
show all
Defined in:
gems/aws-sdk-ses/lib/aws-sdk-ses/errors.rb

Overview

Deprecated.

This error class is not used during parsing. Please use InvalidTemplate instead.

Instance Method Summary collapse

Constructor Details

#initialize(context, message, data = Aws::EmptyStructure.new) ⇒ InvalidTemplateException

Returns a new instance of InvalidTemplateException.

Parameters:



477
478
479
# File 'gems/aws-sdk-ses/lib/aws-sdk-ses/errors.rb', line 477

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

Instance Method Details

#template_nameString

Returns:

  • (String)


482
483
484
# File 'gems/aws-sdk-ses/lib/aws-sdk-ses/errors.rb', line 482

def template_name
  @data[:template_name]
end