@Generated(value="software.amazon.awssdk:codegen") public final class ThrottlingException extends SsmIncidentsException implements ToCopyableBuilder<ThrottlingException.Builder,ThrottlingException>
The 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()
Originating quota code
|
List<SdkField<?>> |
sdkFields() |
static Class<? extends ThrottlingException.Builder> |
serializableBuilderClass() |
ServiceCode |
serviceCode()
Originating service code
|
String |
serviceCodeAsString()
Originating service code
|
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 SsmIncidentsExceptionpublic static ThrottlingException.Builder builder()
public static Class<? extends ThrottlingException.Builder> serializableBuilderClass()
public String quotaCode()
Originating quota code
public ServiceCode serviceCode()
Originating service code
If the service returns an enum value that is not available in the current SDK version, serviceCode will
return ServiceCode.UNKNOWN_TO_SDK_VERSION. The raw value returned by the service is available from
serviceCodeAsString().
ServiceCodepublic String serviceCodeAsString()
Originating service code
If the service returns an enum value that is not available in the current SDK version, serviceCode will
return ServiceCode.UNKNOWN_TO_SDK_VERSION. The raw value returned by the service is available from
serviceCodeAsString().
ServiceCodeCopyright © 2023. All rights reserved.