@Generated(value="software.amazon.awssdk:codegen") public final class ServiceQuotaExceededException extends ResourceExplorer2Exception implements ToCopyableBuilder<ServiceQuotaExceededException.Builder,ServiceQuotaExceededException>
The request failed because it exceeds a service quota.
| Modifier and Type | Class and Description |
|---|---|
static interface |
ServiceQuotaExceededException.Builder |
| Modifier and Type | Method and Description |
|---|---|
static ServiceQuotaExceededException.Builder |
builder() |
String |
name()
The name of the service quota that was exceeded by the request.
|
List<SdkField<?>> |
sdkFields() |
static Class<? extends ServiceQuotaExceededException.Builder> |
serializableBuilderClass() |
ServiceQuotaExceededException.Builder |
toBuilder() |
String |
value()
The current value for the quota that the request tried to exceed.
|
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 ServiceQuotaExceededException.Builder toBuilder()
toBuilder in interface ToCopyableBuilder<ServiceQuotaExceededException.Builder,ServiceQuotaExceededException>toBuilder in class ResourceExplorer2Exceptionpublic static ServiceQuotaExceededException.Builder builder()
public static Class<? extends ServiceQuotaExceededException.Builder> serializableBuilderClass()
public String name()
The name of the service quota that was exceeded by the request.
public String value()
The current value for the quota that the request tried to exceed.
Copyright © 2023. All rights reserved.