@Generated(value="software.amazon.awssdk:codegen") public final class ThrottlingException extends MigrationHubRefactorSpacesException implements ToCopyableBuilder<ThrottlingException.Builder,ThrottlingException>
Request was denied because the request was throttled.
| Modifier and Type | Class and Description |
|---|---|
static interface |
ThrottlingException.Builder |
| Modifier and Type | Method and Description |
|---|---|
static ThrottlingException.Builder |
builder() |
String |
quotaCode()
Service quota requirement to identify originating quota.
|
Integer |
retryAfterSeconds()
The number of seconds to wait before retrying.
|
List<SdkField<?>> |
sdkFields() |
static Class<? extends ThrottlingException.Builder> |
serializableBuilderClass() |
String |
serviceCode()
Service quota requirement to identify originating 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 MigrationHubRefactorSpacesExceptionpublic static ThrottlingException.Builder builder()
public static Class<? extends ThrottlingException.Builder> serializableBuilderClass()
public String quotaCode()
Service quota requirement to identify originating quota. Reached throttling quota exception.
public Integer retryAfterSeconds()
The number of seconds to wait before retrying.
public String serviceCode()
Service quota requirement to identify originating service. Reached throttling quota exception service code.
Copyright © 2023. All rights reserved.