@Generated(value="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.
Modifier and Type | Class and Description |
---|---|
static interface |
LexiconNotFoundException.Builder |
Modifier and Type | Method and Description |
---|---|
static LexiconNotFoundException.Builder |
builder() |
List<SdkField<?>> |
sdkFields() |
static Class<? extends LexiconNotFoundException.Builder> |
serializableBuilderClass() |
LexiconNotFoundException.Builder |
toBuilder()
Create a
AwsServiceException.Builder initialized with the properties of this AwsServiceException . |
awsErrorDetails, getMessage, isClockSkewException, isThrottlingException
requestId, statusCode
retryable
addSuppressed, fillInStackTrace, getCause, getLocalizedMessage, getStackTrace, getSuppressed, initCause, printStackTrace, printStackTrace, printStackTrace, setStackTrace, toString
equals, getClass, hashCode, notify, notifyAll, wait, wait, wait
copy
public LexiconNotFoundException.Builder toBuilder()
AwsServiceException
AwsServiceException.Builder
initialized with the properties of this AwsServiceException
.toBuilder
in interface ToCopyableBuilder<LexiconNotFoundException.Builder,LexiconNotFoundException>
toBuilder
in class PollyException
public static LexiconNotFoundException.Builder builder()
public static Class<? extends LexiconNotFoundException.Builder> serializableBuilderClass()
Copyright © 2017 Amazon Web Services, Inc. All Rights Reserved.