Serializable
, ToCopyableBuilder<TextLengthExceededException.Builder,TextLengthExceededException>
@Generated("software.amazon.awssdk:codegen") public class TextLengthExceededException extends PollyException implements ToCopyableBuilder<TextLengthExceededException.Builder,TextLengthExceededException>
The value of the "Text" parameter is longer than the accepted limits. The limit for input text is a maximum of 3000 characters total, of which no more than 1500 can be billed characters. SSML tags are not counted as billed characters.
Modifier and Type | Class | Description |
---|---|---|
static interface |
TextLengthExceededException.Builder |
AmazonServiceException.ErrorType
Modifier and Type | Method | Description |
---|---|---|
static TextLengthExceededException.Builder |
builder() |
|
static Class<? extends TextLengthExceededException.Builder> |
serializableBuilderClass() |
|
TextLengthExceededException.Builder |
toBuilder() |
Take this object and create a builder that contains all of the current property values of this object.
|
isRetryable
getErrorCode, getErrorMessage, getErrorType, getHttpHeaders, getMessage, getRawResponse, getRawResponseContent, getRequestId, getServiceName, getStatusCode, setErrorCode, setErrorMessage, setErrorType, setHttpHeaders, setRawResponse, setRawResponseContent, setRequestId, setServiceName, setStatusCode
equals, getClass, hashCode, notify, notifyAll, wait, wait, wait
addSuppressed, fillInStackTrace, getCause, getLocalizedMessage, getStackTrace, getSuppressed, initCause, printStackTrace, printStackTrace, printStackTrace, setStackTrace, toString
public TextLengthExceededException.Builder toBuilder()
ToCopyableBuilder
toBuilder
in interface ToCopyableBuilder<TextLengthExceededException.Builder,TextLengthExceededException>
public static TextLengthExceededException.Builder builder()
public static Class<? extends TextLengthExceededException.Builder> serializableBuilderClass()
Copyright © 2017 Amazon Web Services, Inc. All Rights Reserved.