Class WAFReferencedItemException

  • All Implemented Interfaces:
    Serializable

    public class WAFReferencedItemException
    extends AmazonServiceException

    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:
    Serialized Form
    • Constructor Detail

      • WAFReferencedItemException

        public WAFReferencedItemException​(String message)
        Constructs a new WAFReferencedItemException with the specified error message.
        Parameters:
        message - Describes the error encountered.