@Generated(value="software.amazon.awssdk:codegen") public final class ServiceQuotaExceededException extends SsmIncidentsException implements ToCopyableBuilder<ServiceQuotaExceededException.Builder,ServiceQuotaExceededException>
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()
Originating quota code
|
String |
resourceIdentifier()
The identifier for the requested resource
|
ResourceType |
resourceType()
The resource type
|
String |
resourceTypeAsString()
The resource type
|
List<SdkField<?>> |
sdkFields() |
static Class<? extends ServiceQuotaExceededException.Builder> |
serializableBuilderClass() |
ServiceCode |
serviceCode()
Originating service code
|
String |
serviceCodeAsString()
Originating service code
|
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 SsmIncidentsExceptionpublic static ServiceQuotaExceededException.Builder builder()
public static Class<? extends ServiceQuotaExceededException.Builder> serializableBuilderClass()
public String quotaCode()
Originating quota code
public String resourceIdentifier()
The identifier for the requested resource
public ResourceType resourceType()
The resource type
If the service returns an enum value that is not available in the current SDK version, resourceType will
return ResourceType.UNKNOWN_TO_SDK_VERSION. The raw value returned by the service is available from
resourceTypeAsString().
ResourceTypepublic String resourceTypeAsString()
The resource type
If the service returns an enum value that is not available in the current SDK version, resourceType will
return ResourceType.UNKNOWN_TO_SDK_VERSION. The raw value returned by the service is available from
resourceTypeAsString().
ResourceTypepublic ServiceCode serviceCode()
Originating service code
If the service returns an enum value that is not available in the current SDK version, serviceCode will
return ServiceCode.UNKNOWN_TO_SDK_VERSION. The raw value returned by the service is available from
serviceCodeAsString().
ServiceCodepublic String serviceCodeAsString()
Originating service code
If the service returns an enum value that is not available in the current SDK version, serviceCode will
return ServiceCode.UNKNOWN_TO_SDK_VERSION. The raw value returned by the service is available from
serviceCodeAsString().
ServiceCodeCopyright © 2023. All rights reserved.