@Generated(value="software.amazon.awssdk:codegen") public final class ExceedsLimitException extends EntityResolutionException implements ToCopyableBuilder<ExceedsLimitException.Builder,ExceedsLimitException>
The request was rejected because it attempted to create resources beyond the current Entity Resolution account
limits. The error message describes the limit exceeded. HTTP Status Code: 402
| Modifier and Type | Class and Description |
|---|---|
static interface |
ExceedsLimitException.Builder |
| Modifier and Type | Method and Description |
|---|---|
static ExceedsLimitException.Builder |
builder() |
String |
quotaName()
The name of the quota that has been breached.
|
Integer |
quotaValue()
The current quota value for the customers.
|
List<SdkField<?>> |
sdkFields() |
static Class<? extends ExceedsLimitException.Builder> |
serializableBuilderClass() |
ExceedsLimitException.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 ExceedsLimitException.Builder toBuilder()
toBuilder in interface ToCopyableBuilder<ExceedsLimitException.Builder,ExceedsLimitException>toBuilder in class EntityResolutionExceptionpublic static ExceedsLimitException.Builder builder()
public static Class<? extends ExceedsLimitException.Builder> serializableBuilderClass()
public String quotaName()
The name of the quota that has been breached.
public Integer quotaValue()
The current quota value for the customers.
Copyright © 2023. All rights reserved.