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

The health check you're attempting to create already exists. Amazon Route 53 returns this error when you submit a request that has the following values:

*/ export interface HealthCheckAlreadyExists extends __ServiceException__<_HealthCheckAlreadyExistsDetails> { name: "HealthCheckAlreadyExists"; } export interface _HealthCheckAlreadyExistsDetails { /** *

Descriptive message for the error response.

*/ message?: string; }