Class: Aws::Polly::Types::LexiconSizeExceededException
- Inherits:
-
Struct
- Object
- Struct
- Aws::Polly::Types::LexiconSizeExceededException
- Includes:
- Structure
- Defined in:
- lib/aws-sdk-polly/types.rb
Overview
The maximum size of the specified lexicon would be exceeded by this operation.
Constant Summary collapse
- SENSITIVE =
[]
Instance Attribute Summary collapse
Instance Attribute Details
#message ⇒ String
405 406 407 408 409 |
# File 'lib/aws-sdk-polly/types.rb', line 405 class LexiconSizeExceededException < Struct.new( :message) SENSITIVE = [] include Aws::Structure end |