Class: Aws::Polly::Types::LexiconNotFoundException
- Inherits:
-
Struct
- Object
- Struct
- Aws::Polly::Types::LexiconNotFoundException
- Includes:
- Structure
- Defined in:
- lib/aws-sdk-polly/types.rb
Overview
Amazon Polly can’t find the specified lexicon. This could be caused by a lexicon that is missing, its name is misspelled or specifying a lexicon that is in a different region.
Verify that the lexicon exists, is in the region (see ListLexicons) and that you spelled its name is spelled correctly. Then try again.
Constant Summary collapse
- SENSITIVE =
[]
Instance Attribute Summary collapse
Instance Attribute Details
#message ⇒ String
421 422 423 424 425 |
# File 'lib/aws-sdk-polly/types.rb', line 421 class LexiconNotFoundException < Struct.new( :message) SENSITIVE = [] include Aws::Structure end |