Class ResourceInUseException

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

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

Thrown when attempting to delete or modify a resource that is currently being used by other resources or operations. For example, trying to delete an Automated Reasoning policy that is referenced by an active guardrail.

See Also: