@Generated(value="software.amazon.awssdk:codegen") public final class ThrottlingException extends ManagedBlockchainQueryException implements ToCopyableBuilder<ThrottlingException.Builder,ThrottlingException>
The request or operation couldn't be performed because a service is throttling requests. The most common source of throttling errors is when you create resources that exceed your service limit for this resource type. Request a limit increase or delete unused resources, if possible.
| Modifier and Type | Class and Description |
|---|---|
static interface |
ThrottlingException.Builder |
| Modifier and Type | Method and Description |
|---|---|
static ThrottlingException.Builder |
builder() |
String |
quotaCode()
The container for the
quotaCode. |
Integer |
retryAfterSeconds()
The container of the
retryAfterSeconds value. |
List<SdkField<?>> |
sdkFields() |
static Class<? extends ThrottlingException.Builder> |
serializableBuilderClass() |
String |
serviceCode()
The container for the
serviceCode. |
ThrottlingException.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 ThrottlingException.Builder toBuilder()
toBuilder in interface ToCopyableBuilder<ThrottlingException.Builder,ThrottlingException>toBuilder in class ManagedBlockchainQueryExceptionpublic static ThrottlingException.Builder builder()
public static Class<? extends ThrottlingException.Builder> serializableBuilderClass()
public String serviceCode()
The container for the serviceCode.
serviceCode.public String quotaCode()
The container for the quotaCode.
quotaCode.public Integer retryAfterSeconds()
The container of the retryAfterSeconds value.
retryAfterSeconds value.Copyright © 2023. All rights reserved.