Class: Aws::Polly::Errors::LexiconNotFoundException

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

Instance Method Summary collapse

Constructor Details

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

Returns a new instance of LexiconNotFoundException.

Parameters:



213
214
215
# File 'gems/aws-sdk-polly/lib/aws-sdk-polly/errors.rb', line 213

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

Instance Method Details

#messageString

Returns:

  • (String)


218
219
220
# File 'gems/aws-sdk-polly/lib/aws-sdk-polly/errors.rb', line 218

def message
  @message || @data[:message]
end