import { ServiceException as __ServiceException__ } from '@aws-js-sdk-v3-prerelease/types'; /** *

Thrown when the service encounters an error during processing the request.

*/ export interface InternalErrorException extends __ServiceException__<_InternalErrorExceptionDetails> { name: 'InternalErrorException'; } export interface _InternalErrorExceptionDetails { /** *

The message returned by an InternalErrorException.

*/ message?: string; }