Class: Aws::Polly::Errors::LexiconSizeExceededException

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

Instance Method Summary collapse

Constructor Details

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

Returns a new instance of LexiconSizeExceededException.

Parameters:



228
229
230
# File 'lib/aws-sdk-polly/errors.rb', line 228

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

Instance Method Details

#messageString

Returns:

  • (String)


233
234
235
# File 'lib/aws-sdk-polly/errors.rb', line 233

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