Class: Aws::Polly::Types::MaxLexemeLengthExceededException
- Inherits:
-
Struct
- Object
- Struct
- Aws::Polly::Types::MaxLexemeLengthExceededException
- Includes:
- Structure
- Defined in:
- 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
#message ⇒ String
556 557 558 559 560 |
# File 'lib/aws-sdk-polly/types.rb', line 556 class MaxLexemeLengthExceededException < Struct.new( :message) SENSITIVE = [] include Aws::Structure end |