import { ServiceException as __ServiceException__ } from '@aws-sdk/types'; /** *
The request was rejected because the specified grant token is not valid.
*/ export interface InvalidGrantTokenException extends __ServiceException__<_InvalidGrantTokenExceptionDetails> { name: 'InvalidGrantTokenException'; } export interface _InvalidGrantTokenExceptionDetails { /** * _ErrorMessageType shape */ message?: string; }