Class: Aws::Polly::Errors::MaxLexemeLengthExceededException
- Inherits:
-
ServiceError
- Object
- ServiceError
- Aws::Polly::Errors::MaxLexemeLengthExceededException
- Defined in:
- lib/aws-sdk-polly/errors.rb
Instance Method Summary collapse
-
#initialize(context, message, data = Aws::EmptyStructure.new) ⇒ MaxLexemeLengthExceededException
constructor
A new instance of MaxLexemeLengthExceededException.
- #message ⇒ String
Constructor Details
#initialize(context, message, data = Aws::EmptyStructure.new) ⇒ MaxLexemeLengthExceededException
Returns a new instance of MaxLexemeLengthExceededException.
258 259 260 |
# File 'lib/aws-sdk-polly/errors.rb', line 258 def initialize(context, , data = Aws::EmptyStructure.new) super(context, , data) end |
Instance Method Details
#message ⇒ String
263 264 265 |
# File 'lib/aws-sdk-polly/errors.rb', line 263 def @message || @data[:message] end |