Class: Aws::Polly::Errors::TextLengthExceededException

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) ⇒ TextLengthExceededException

Returns a new instance of TextLengthExceededException.

Parameters:



333
334
335
# File 'gems/aws-sdk-polly/lib/aws-sdk-polly/errors.rb', line 333

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

Instance Method Details

#messageString

Returns:

  • (String)


338
339
340
# File 'gems/aws-sdk-polly/lib/aws-sdk-polly/errors.rb', line 338

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