@Generated(value="software.amazon.awssdk:codegen") public final class ServiceQuotaExceededException extends AppFabricException implements ToCopyableBuilder<ServiceQuotaExceededException.Builder,ServiceQuotaExceededException>
The request 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 |
quotaCode()
The code for the quota exceeded.
|
String |
resourceId()
The resource ID.
|
String |
resourceType()
The resource type.
|
List<SdkField<?>> |
sdkFields() |
static Class<? extends ServiceQuotaExceededException.Builder> |
serializableBuilderClass() |
String |
serviceCode()
The code of the service.
|
ServiceQuotaExceededException.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 ServiceQuotaExceededException.Builder toBuilder()
toBuilder in interface ToCopyableBuilder<ServiceQuotaExceededException.Builder,ServiceQuotaExceededException>toBuilder in class AppFabricExceptionpublic static ServiceQuotaExceededException.Builder builder()
public static Class<? extends ServiceQuotaExceededException.Builder> serializableBuilderClass()
public String resourceId()
The resource ID.
public String resourceType()
The resource type.
public String serviceCode()
The code of the service.
public String quotaCode()
The code for the quota exceeded.
Copyright © 2023. All rights reserved.