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

This error code is not in use.

*/ export interface HealthCheckInUse extends __ServiceException__<_HealthCheckInUseDetails> { name: "HealthCheckInUse"; } export interface _HealthCheckInUseDetails { /** *

Descriptive message for the error response.

*/ message?: string; }