import { ServiceException as __ServiceException__ } from '@aws-sdk/types'; /** *
The request was rejected because the provided import token is expired. Use GetParametersForImport to get a new import token and public key, use the new public key to encrypt the key material, and then try the request again.
*/ export interface ExpiredImportTokenException extends __ServiceException__<_ExpiredImportTokenExceptionDetails> { name: 'ExpiredImportTokenException'; } export interface _ExpiredImportTokenExceptionDetails { /** * _ErrorMessageType shape */ message?: string; }