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

There was an internal error for AWS Global Accelerator.

*/ export interface InternalServiceErrorException extends __ServiceException__<_InternalServiceErrorExceptionDetails> { name: "InternalServiceErrorException"; } export interface _InternalServiceErrorExceptionDetails { /** * _ErrorMessage shape */ Message?: string; }