@Generated(value="software.amazon.awssdk:codegen") public final class ResourceInUseException extends ApplicationDiscoveryException implements ToCopyableBuilder<ResourceInUseException.Builder,ResourceInUseException>
This issue occurs when the same clientRequestToken is used with the StartImportTask action,
but with different parameters. For example, you use the same request token but have two different import URLs, you
can encounter this issue. If the import tasks are meant to be different, use a different
clientRequestToken, and try again.
| Modifier and Type | Class and Description |
|---|---|
static interface |
ResourceInUseException.Builder |
| Modifier and Type | Method and Description |
|---|---|
static ResourceInUseException.Builder |
builder() |
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 ApplicationDiscoveryExceptionpublic static ResourceInUseException.Builder builder()
public static Class<? extends ResourceInUseException.Builder> serializableBuilderClass()
Copyright © 2022. All rights reserved.