import { ServiceException as __ServiceException__ } from "@aws-sdk/types"; /** *
The target resource cannot be found.
*/ export interface NotFoundException extends __ServiceException__<_NotFoundExceptionDetails> { name: "NotFoundException"; } export interface _NotFoundExceptionDetails { }