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