@Generated(value="software.amazon.awssdk:codegen") public final class ThrottlingException extends ControlTowerException implements ToCopyableBuilder<ThrottlingException.Builder,ThrottlingException>
Request was denied due to 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 ID of the service quota that was exceeded.
|
Integer |
retryAfterSeconds()
The number of seconds the caller should wait before retrying.
|
List<SdkField<?>> |
sdkFields() |
static Class<? extends ThrottlingException.Builder> |
serializableBuilderClass() |
String |
serviceCode()
The ID of the service that is associated with the error.
|
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 ControlTowerExceptionpublic static ThrottlingException.Builder builder()
public static Class<? extends ThrottlingException.Builder> serializableBuilderClass()
public String quotaCode()
The ID of the service quota that was exceeded.
public Integer retryAfterSeconds()
The number of seconds the caller should wait before retrying.
public String serviceCode()
The ID of the service that is associated with the error.
Copyright © 2022. All rights reserved.