@Generated(value="software.amazon.awssdk:codegen") public final class ThrottlingException extends M2Exception implements ToCopyableBuilder<ThrottlingException.Builder,ThrottlingException>
The number of requests made exceeds the limit.
| Modifier and Type | Class and Description |
|---|---|
static interface |
ThrottlingException.Builder |
| Modifier and Type | Method and Description |
|---|---|
static ThrottlingException.Builder |
builder() |
String |
quotaCode()
The identifier of the throttled reuqest.
|
Integer |
retryAfterSeconds()
The number of seconds to wait before retrying the request.
|
List<SdkField<?>> |
sdkFields() |
static Class<? extends ThrottlingException.Builder> |
serializableBuilderClass() |
String |
serviceCode()
The identifier of the service that the throttled request was made to.
|
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 M2Exceptionpublic static ThrottlingException.Builder builder()
public static Class<? extends ThrottlingException.Builder> serializableBuilderClass()
public String quotaCode()
The identifier of the throttled reuqest.
public Integer retryAfterSeconds()
The number of seconds to wait before retrying the request.
public String serviceCode()
The identifier of the service that the throttled request was made to.
Copyright © 2023. All rights reserved.