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

The operation failed because there was nothing to do. For example:

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