import { ServiceException as __ServiceException__ } from "@aws-sdk/types"; /** *

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

*/ export interface WAFReferencedItemException extends __ServiceException__<_WAFReferencedItemExceptionDetails> { name: "WAFReferencedItemException"; } export interface _WAFReferencedItemExceptionDetails { /** * _errorMessage shape */ message?: string; }