import { ServiceException as __ServiceException__ } from "@aws-sdk/types"; /** *
No health check exists with the specified ID.
*/ export interface NoSuchHealthCheck extends __ServiceException__<_NoSuchHealthCheckDetails> { name: "NoSuchHealthCheck"; } export interface _NoSuchHealthCheckDetails { /** *Descriptive message for the error response.
*/ message?: string; }