@Generated(value="software.amazon.awssdk:codegen") public final class HumanLoopQuotaExceededException extends RekognitionException implements ToCopyableBuilder<HumanLoopQuotaExceededException.Builder,HumanLoopQuotaExceededException>
The number of in-progress human reviews you have has exceeded the number allowed.
| Modifier and Type | Class and Description |
|---|---|
static interface |
HumanLoopQuotaExceededException.Builder |
| Modifier and Type | Method and Description |
|---|---|
static HumanLoopQuotaExceededException.Builder |
builder() |
String |
quotaCode()
The quota code.
|
String |
resourceType()
The resource type.
|
List<SdkField<?>> |
sdkFields() |
static Class<? extends HumanLoopQuotaExceededException.Builder> |
serializableBuilderClass() |
String |
serviceCode()
The service code.
|
HumanLoopQuotaExceededException.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 HumanLoopQuotaExceededException.Builder toBuilder()
toBuilder in interface ToCopyableBuilder<HumanLoopQuotaExceededException.Builder,HumanLoopQuotaExceededException>toBuilder in class RekognitionExceptionpublic static HumanLoopQuotaExceededException.Builder builder()
public static Class<? extends HumanLoopQuotaExceededException.Builder> serializableBuilderClass()
public String resourceType()
The resource type.
public String quotaCode()
The quota code.
public String serviceCode()
The service code.
Copyright © 2023. All rights reserved.