@Generated(value="software.amazon.awssdk:codegen") public final class ServiceQuotaExceededException extends MigrationHubRefactorSpacesException implements ToCopyableBuilder<ServiceQuotaExceededException.Builder,ServiceQuotaExceededException>
The request would cause a service quota to be exceeded.
| Modifier and Type | Class and Description |
|---|---|
static interface |
ServiceQuotaExceededException.Builder |
| Modifier and Type | Method and Description |
|---|---|
static ServiceQuotaExceededException.Builder |
builder() |
String |
quotaCode()
Service quota requirement to identify originating quota.
|
String |
resourceId()
The ID of the resource.
|
String |
resourceType()
The type of resource.
|
List<SdkField<?>> |
sdkFields() |
static Class<? extends ServiceQuotaExceededException.Builder> |
serializableBuilderClass() |
String |
serviceCode()
Service quota requirement to identify originating 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 MigrationHubRefactorSpacesExceptionpublic static ServiceQuotaExceededException.Builder builder()
public static Class<? extends ServiceQuotaExceededException.Builder> serializableBuilderClass()
public String quotaCode()
Service quota requirement to identify originating quota. Reached throttling quota exception.
public String resourceId()
The ID of the resource.
public String resourceType()
The type of resource.
public String serviceCode()
Service quota requirement to identify originating service. Reached throttling quota exception service code.
Copyright © 2023. All rights reserved.