Class ResourceInUseException

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

@Generated("software.amazon.awssdk:codegen") public final class ResourceInUseException extends DynamoDbException implements ToCopyableBuilder<ResourceInUseException.Builder,ResourceInUseException>

The operation conflicts with the resource's availability. For example, you attempted to recreate an existing table, or tried to delete a table currently in the CREATING state.

See Also: