Class: Aws::Polly::Types::MaxLexiconsNumberExceededException
- Inherits:
-
Struct
- Object
- Struct
- Aws::Polly::Types::MaxLexiconsNumberExceededException
- Includes:
- Structure
- Defined in:
- lib/aws-sdk-polly/types.rb
Overview
The maximum number of lexicons would be exceeded by this operation.
Constant Summary collapse
- SENSITIVE =
[]
Instance Attribute Summary collapse
Instance Attribute Details
#message ⇒ String
523 524 525 526 527 |
# File 'lib/aws-sdk-polly/types.rb', line 523 class MaxLexiconsNumberExceededException < Struct.new( :message) SENSITIVE = [] include Aws::Structure end |