Class ResourceInUseException

All Implemented Interfaces:
Serializable, SdkPojo, ToCopyableBuilder<ResourceInUseException.Builder,ResourceInUseException>

@Generated("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.

See Also: