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

We encountered an unknown error. Try again in a few minutes.

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