@Generated(value="software.amazon.awssdk:codegen") public final class ResourceInUseException extends QldbException implements ToCopyableBuilder<ResourceInUseException.Builder,ResourceInUseException>
The specified resource can't be modified at this time.
| Modifier and Type | Class and Description |
|---|---|
static interface |
ResourceInUseException.Builder |
| Modifier and Type | Method and Description |
|---|---|
static ResourceInUseException.Builder |
builder() |
String |
resourceName()
The name of the resource.
|
String |
resourceType()
The type of resource.
|
List<SdkField<?>> |
sdkFields() |
static Class<? extends ResourceInUseException.Builder> |
serializableBuilderClass() |
ResourceInUseException.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 ResourceInUseException.Builder toBuilder()
toBuilder in interface ToCopyableBuilder<ResourceInUseException.Builder,ResourceInUseException>toBuilder in class QldbExceptionpublic static ResourceInUseException.Builder builder()
public static Class<? extends ResourceInUseException.Builder> serializableBuilderClass()
public String resourceType()
The type of resource.
public String resourceName()
The name of the resource.
Copyright © 2020. All rights reserved.