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

The operation exceeds a resource limit, for example, the maximum number of WebACL objects that you can create for an AWS account. For more information, see Limits in the AWS WAF Developer Guide.

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