@Generated(value="software.amazon.awssdk:codegen") public final class ResourceNotReadyException extends RekognitionException implements ToCopyableBuilder<ResourceNotReadyException.Builder,ResourceNotReadyException>
The requested resource isn't ready. For example, this exception occurs when you call DetectCustomLabels
with a model version that isn't deployed.
| Modifier and Type | Class and Description |
|---|---|
static interface |
ResourceNotReadyException.Builder |
| Modifier and Type | Method and Description |
|---|---|
static ResourceNotReadyException.Builder |
builder() |
List<SdkField<?>> |
sdkFields() |
static Class<? extends ResourceNotReadyException.Builder> |
serializableBuilderClass() |
ResourceNotReadyException.Builder |
toBuilder() |
awsErrorDetails, getMessage, isClockSkewException, isThrottlingExceptionextendedRequestId, requestId, statusCodecreate, retryableaddSuppressed, fillInStackTrace, getCause, getLocalizedMessage, getStackTrace, getSuppressed, initCause, printStackTrace, printStackTrace, printStackTrace, setStackTrace, toStringclone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, waitcopyequalsBySdkFieldspublic ResourceNotReadyException.Builder toBuilder()
toBuilder in interface ToCopyableBuilder<ResourceNotReadyException.Builder,ResourceNotReadyException>toBuilder in class RekognitionExceptionpublic static ResourceNotReadyException.Builder builder()
public static Class<? extends ResourceNotReadyException.Builder> serializableBuilderClass()
Copyright © 2020. All rights reserved.