Class: Aws::Polly::Types::MaxLexemeLengthExceededException

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

Overview

The maximum size of the lexeme would be exceeded by this operation.

Constant Summary collapse

SENSITIVE =
[]

Instance Attribute Summary collapse

Instance Attribute Details

#messageString

Returns:

  • (String)


509
510
511
512
513
# File 'gems/aws-sdk-polly/lib/aws-sdk-polly/types.rb', line 509

class MaxLexemeLengthExceededException < Struct.new(
  :message)
  SENSITIVE = []
  include Aws::Structure
end