Class: Aws::Polly::Types::InvalidLexiconException
- Inherits:
-
Struct
- Object
- Struct
- Aws::Polly::Types::InvalidLexiconException
- Includes:
- Structure
- Defined in:
- lib/aws-sdk-polly/types.rb
Overview
Amazon Polly can’t find the specified lexicon. Verify that the lexicon’s name is spelled correctly, and then try again.
Constant Summary collapse
- SENSITIVE =
[]
Instance Attribute Summary collapse
Instance Attribute Details
#message ⇒ String
199 200 201 202 203 |
# File 'lib/aws-sdk-polly/types.rb', line 199 class InvalidLexiconException < Struct.new( :message) SENSITIVE = [] include Aws::Structure end |