@Generated(value="software.amazon.awssdk:codegen") public 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.
| Modifier and Type | Class and Description |
|---|---|
static interface |
LexiconNotFoundException.Builder |
| Modifier and Type | Method and Description |
|---|---|
static LexiconNotFoundException.Builder |
builder() |
static Class<? extends LexiconNotFoundException.Builder> |
serializableBuilderClass() |
LexiconNotFoundException.Builder |
toBuilder()
Take this object and create a builder that contains all of the current property values of this object.
|
additionalThrottlingCondition, isClockSkewExceptionerrorCode, errorCode, errorMessage, errorMessage, errorType, errorType, getMessage, headers, headers, isThrottlingException, rawResponse, rawResponse, requestId, requestId, serviceName, serviceName, statusCode, statusCoderetryableaddSuppressed, fillInStackTrace, getCause, getLocalizedMessage, getStackTrace, getSuppressed, initCause, printStackTrace, printStackTrace, printStackTrace, setStackTrace, toStringequals, getClass, hashCode, notify, notifyAll, wait, wait, waitcopypublic LexiconNotFoundException.Builder toBuilder()
ToCopyableBuildertoBuilder in interface ToCopyableBuilder<LexiconNotFoundException.Builder,LexiconNotFoundException>public static LexiconNotFoundException.Builder builder()
public static Class<? extends LexiconNotFoundException.Builder> serializableBuilderClass()
Copyright © 2017 Amazon Web Services, Inc. All Rights Reserved.