@Generated(value="software.amazon.awssdk:codegen") public final class ThrottlingException extends AppFabricException implements ToCopyableBuilder<ThrottlingException.Builder,ThrottlingException>
The request rate 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 code for the quota exceeded.
|
Integer |
retryAfterSeconds()
The period of time after which you should retry your request.
|
List<SdkField<?>> |
sdkFields() |
static Class<? extends ThrottlingException.Builder> |
serializableBuilderClass() |
String |
serviceCode()
The code of the service.
|
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 AppFabricExceptionpublic static ThrottlingException.Builder builder()
public static Class<? extends ThrottlingException.Builder> serializableBuilderClass()
public String serviceCode()
The code of the service.
public String quotaCode()
The code for the quota exceeded.
public Integer retryAfterSeconds()
The period of time after which you should retry your request.
Copyright © 2023. All rights reserved.