import { ServiceException as __ServiceException__ } from "@aws-sdk/types"; /** *
The specified key does not exist.
*/ export interface NoSuchKey extends __ServiceException__<_NoSuchKeyDetails> { name: "NoSuchKey"; } export interface _NoSuchKeyDetails { }