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

The operation failed because you tried to add an object to or delete an object from another object that doesn't exist. For example:

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