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
569 570 571 572 573 |
# File 'lib/aws-sdk-polly/types.rb', line 569 class MaxLexiconsNumberExceededException < Struct.new( :message) SENSITIVE = [] include Aws::Structure end |