@Generated(value="software.amazon.awssdk:codegen") public final class LimitExceededException extends IoTFleetWiseException implements ToCopyableBuilder<LimitExceededException.Builder,LimitExceededException>
A service quota was exceeded.
| Modifier and Type | Class and Description |
|---|---|
static interface |
LimitExceededException.Builder |
| Modifier and Type | Method and Description |
|---|---|
static LimitExceededException.Builder |
builder() |
String |
resourceId()
The identifier of the resource that was exceeded.
|
String |
resourceType()
The type of resource that was exceeded.
|
List<SdkField<?>> |
sdkFields() |
static Class<? extends LimitExceededException.Builder> |
serializableBuilderClass() |
LimitExceededException.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 LimitExceededException.Builder toBuilder()
toBuilder in interface ToCopyableBuilder<LimitExceededException.Builder,LimitExceededException>toBuilder in class IoTFleetWiseExceptionpublic static LimitExceededException.Builder builder()
public static Class<? extends LimitExceededException.Builder> serializableBuilderClass()
public String resourceId()
The identifier of the resource that was exceeded.
public String resourceType()
The type of resource that was exceeded.
Copyright © 2022. All rights reserved.