@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. Documents for synchronous operations can be in PNG or JPEG format. Documents for asynchronous operations can also be in PDF 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
extendedRequestId, 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 © 2021. All rights reserved.