Class: Aws::SES::Errors::TemplateDoesNotExistException 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 TemplateDoesNotExist instead.

Instance Method Summary collapse

Constructor Details

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

Returns a new instance of TemplateDoesNotExistException.

Parameters:



601
602
603
# File 'gems/aws-sdk-ses/lib/aws-sdk-ses/errors.rb', line 601

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

Instance Method Details

#template_nameString

Returns:

  • (String)


606
607
608
# File 'gems/aws-sdk-ses/lib/aws-sdk-ses/errors.rb', line 606

def template_name
  @data[:template_name]
end