@Generated(value="software.amazon.awssdk:codegen") public final class ThrottlingException extends DevOpsGuruException implements ToCopyableBuilder<ThrottlingException.Builder,ThrottlingException>
The request was denied due to a request throttling.
| Modifier and Type | Class and Description |
|---|---|
static interface |
ThrottlingException.Builder |
| Modifier and Type | Method and Description |
|---|---|
static ThrottlingException.Builder |
builder() |
String |
quotaCode()
The code of the quota that was exceeded, causing the throttling exception.
|
Integer |
retryAfterSeconds()
The number of seconds after which the action that caused the throttling exception can be retried.
|
List<SdkField<?>> |
sdkFields() |
static Class<? extends ThrottlingException.Builder> |
serializableBuilderClass() |
String |
serviceCode()
The code of the service that caused the throttling exception.
|
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 DevOpsGuruExceptionpublic static ThrottlingException.Builder builder()
public static Class<? extends ThrottlingException.Builder> serializableBuilderClass()
public String quotaCode()
The code of the quota that was exceeded, causing the throttling exception.
public String serviceCode()
The code of the service that caused the throttling exception.
public Integer retryAfterSeconds()
The number of seconds after which the action that caused the throttling exception can be retried.
Copyright © 2023. All rights reserved.