import { ServiceException as __ServiceException__ } from "@aws-sdk/types"; /** *
The endpoint group that you specified already exists.
*/ export interface EndpointGroupAlreadyExistsException extends __ServiceException__<_EndpointGroupAlreadyExistsExceptionDetails> { name: "EndpointGroupAlreadyExistsException"; } export interface _EndpointGroupAlreadyExistsExceptionDetails { /** * _ErrorMessage shape */ Message?: string; }