import { ServiceException as __ServiceException__ } from "@aws-sdk/types"; /** *
The specified subscription does not exist.
*/ export interface WAFSubscriptionNotFoundException extends __ServiceException__<_WAFSubscriptionNotFoundExceptionDetails> { name: "WAFSubscriptionNotFoundException"; } export interface _WAFSubscriptionNotFoundExceptionDetails { /** * _errorMessage shape */ message?: string; }