Class LexiconNotFoundException

All Implemented Interfaces:
Serializable, SdkPojo, ToCopyableBuilder<LexiconNotFoundException.Builder,LexiconNotFoundException>

@Generated("software.amazon.awssdk:codegen") public final class LexiconNotFoundException extends PollyException implements ToCopyableBuilder<LexiconNotFoundException.Builder,LexiconNotFoundException>

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.

See Also: