@Generated(value="software.amazon.awssdk:codegen") public final class ThrottlingException extends ChimeSdkMeetingsException implements ToCopyableBuilder<ThrottlingException.Builder,ThrottlingException>
The number of customer requests exceeds the request rate limit.
| Modifier and Type | Class and Description |
|---|---|
static interface |
ThrottlingException.Builder |
| Modifier and Type | Method and Description |
|---|---|
static ThrottlingException.Builder |
builder() |
String |
code()
Returns the value of the Code property for this object.
|
String |
requestIdValue()
The ID of the request that exceeded the throttling limit.
|
List<SdkField<?>> |
sdkFields() |
static Class<? extends ThrottlingException.Builder> |
serializableBuilderClass() |
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 ChimeSdkMeetingsExceptionpublic static ThrottlingException.Builder builder()
public static Class<? extends ThrottlingException.Builder> serializableBuilderClass()
public String code()
public String requestIdValue()
The ID of the request that exceeded the throttling limit.
Copyright © 2023. All rights reserved.