Class ResourceInUseException

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

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

That resource is already in use (for example, you're trying to add a record with the same name as an existing record). If you are trying to delete a resource (for example, DeleteHoursOfOperation or DeletePredefinedAttribute), remove its reference from related resources and then try again.

See Also: