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

The operation failed because you tried to delete an object that isn't empty. For example:

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