Class WafReferencedItemException

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

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

The operation failed because you tried to delete an object that is still in use. For example:

  • You tried to delete a ByteMatchSet that is still referenced by a Rule.

  • You tried to delete a Rule that is still referenced by a WebACL.

See Also: