import { ServiceException as __ServiceException__ } from "@aws-sdk/types"; /** *
The specified resource could not be found.
*/ export interface ResourceNotFoundException extends __ServiceException__<_ResourceNotFoundExceptionDetails> { name: "ResourceNotFoundException"; } export interface _ResourceNotFoundExceptionDetails { }