@Generated(value="software.amazon.awssdk:codegen") public final class ThrottlingException extends GreengrassV2Exception implements ToCopyableBuilder<ThrottlingException.Builder,ThrottlingException>
Your request exceeded a request rate quota. For example, you might have exceeded the amount of times that you can retrieve device or deployment status per second.
| 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 in Service
Quotas.
|
Integer |
retryAfterSeconds()
The amount of time to wait before you retry the request.
|
List<SdkField<?>> |
sdkFields() |
static Class<? extends ThrottlingException.Builder> |
serializableBuilderClass() |
String |
serviceCode()
The code for the service in Service Quotas.
|
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 GreengrassV2Exceptionpublic static ThrottlingException.Builder builder()
public static Class<? extends ThrottlingException.Builder> serializableBuilderClass()
public String quotaCode()
The code for the quota in Service Quotas.
public String serviceCode()
The code for the service in Service Quotas.
public Integer retryAfterSeconds()
The amount of time to wait before you retry the request.
Copyright © 2023. All rights reserved.