@Generated(value="software.amazon.awssdk:codegen") public final class ThrottlingException extends IoTFleetWiseException implements ToCopyableBuilder<ThrottlingException.Builder,ThrottlingException>
The request couldn't be completed due to throttling.
| Modifier and Type | Class and Description |
|---|---|
static interface |
ThrottlingException.Builder |
| Modifier and Type | Method and Description |
|---|---|
static ThrottlingException.Builder |
builder() |
String |
quotaCode()
The quota identifier of the applied throttling rules for this request.
|
Integer |
retryAfterSeconds()
The number of seconds to wait before retrying the command.
|
List<SdkField<?>> |
sdkFields() |
static Class<? extends ThrottlingException.Builder> |
serializableBuilderClass() |
String |
serviceCode()
The code for the service that couldn't be completed due to throttling.
|
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 IoTFleetWiseExceptionpublic static ThrottlingException.Builder builder()
public static Class<? extends ThrottlingException.Builder> serializableBuilderClass()
public String quotaCode()
The quota identifier of the applied throttling rules for this request.
public String serviceCode()
The code for the service that couldn't be completed due to throttling.
public Integer retryAfterSeconds()
The number of seconds to wait before retrying the command.
Copyright © 2022. All rights reserved.