Serializable, ToCopyableBuilder<LexiconNotFoundException.Builder,LexiconNotFoundException>@Generated("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 | Description |
|---|---|---|
static interface |
LexiconNotFoundException.Builder |
AmazonServiceException.ErrorType| Modifier and Type | Method | 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.
|
isRetryablegetErrorCode, getErrorMessage, getErrorType, getHttpHeaders, getMessage, getRawResponse, getRawResponseContent, getRequestId, getServiceName, getStatusCode, setErrorCode, setErrorMessage, setErrorType, setHttpHeaders, setRawResponse, setRawResponseContent, setRequestId, setServiceName, setStatusCodeequals, getClass, hashCode, notify, notifyAll, wait, wait, waitaddSuppressed, fillInStackTrace, getCause, getLocalizedMessage, getStackTrace, getSuppressed, initCause, printStackTrace, printStackTrace, printStackTrace, setStackTrace, toStringpublic 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.