@Generated(value="software.amazon.awssdk:codegen") public final class ThrottlingException extends PipesException implements ToCopyableBuilder<ThrottlingException.Builder,ThrottlingException>
An action was throttled.
| 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 quota that caused the exception.
|
Integer |
retryAfterSeconds()
The number of seconds to wait before retrying the action that caused the exception.
|
List<SdkField<?>> |
sdkFields() |
static Class<? extends ThrottlingException.Builder> |
serializableBuilderClass() |
String |
serviceCode()
The identifier of the service that caused the 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 PipesExceptionpublic static ThrottlingException.Builder builder()
public static Class<? extends ThrottlingException.Builder> serializableBuilderClass()
public String quotaCode()
The identifier of the quota that caused the exception.
public Integer retryAfterSeconds()
The number of seconds to wait before retrying the action that caused the exception.
public String serviceCode()
The identifier of the service that caused the exception.
Copyright © 2023. All rights reserved.