import { ServiceException as __ServiceException__ } from "@aws-sdk/types"; /** *
This health check can't be created because the current account has reached the limit on the number of active health checks.
For information about default limits, see Limits in the Amazon Route 53 Developer Guide.
For information about how to get the current limit for an account, see GetAccountLimit. To request a higher limit, create a case with the AWS Support Center.
You have reached the maximum number of active health checks for an AWS account. To request a higher limit, create a case with the AWS Support Center.
*/ export interface TooManyHealthChecks extends __ServiceException__<_TooManyHealthChecksDetails> { name: "TooManyHealthChecks"; } export interface _TooManyHealthChecksDetails { /** * _ErrorMessage shape */ message?: string; }