@Generated(value="software.amazon.awssdk:codegen") public final class UnsupportedDocumentException extends TextractException implements ToCopyableBuilder<UnsupportedDocumentException.Builder,UnsupportedDocumentException>
The format of the input document isn't supported. Amazon Textract supports documents that are .png or .jpg format.
Modifier and Type | Class and Description |
---|---|
static interface |
UnsupportedDocumentException.Builder |
Modifier and Type | Method and Description |
---|---|
static UnsupportedDocumentException.Builder |
builder() |
List<SdkField<?>> |
sdkFields() |
static Class<? extends UnsupportedDocumentException.Builder> |
serializableBuilderClass() |
UnsupportedDocumentException.Builder |
toBuilder() |
awsErrorDetails, getMessage, isClockSkewException, isThrottlingException
requestId, statusCode
create, retryable
addSuppressed, fillInStackTrace, getCause, getLocalizedMessage, getStackTrace, getSuppressed, initCause, printStackTrace, printStackTrace, printStackTrace, setStackTrace, toString
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait
copy
equalsBySdkFields
public UnsupportedDocumentException.Builder toBuilder()
toBuilder
in interface ToCopyableBuilder<UnsupportedDocumentException.Builder,UnsupportedDocumentException>
toBuilder
in class TextractException
public static UnsupportedDocumentException.Builder builder()
public static Class<? extends UnsupportedDocumentException.Builder> serializableBuilderClass()
Copyright © 2019. All rights reserved.