import { ServiceException as __ServiceException__ } from "@aws-sdk/types"; /** *
The specified public key doesn't exist.
*/ export interface NoSuchPublicKey extends __ServiceException__<_NoSuchPublicKeyDetails> { name: "NoSuchPublicKey"; } export interface _NoSuchPublicKeyDetails { /** * _string shape */ Message?: string; }