import { ServiceException as __ServiceException__ } from "@aws-sdk/types"; /** *

The specified container was not found for the specified account.

*/ export interface ContainerNotFoundException extends __ServiceException__<_ContainerNotFoundExceptionDetails> { name: "ContainerNotFoundException"; } export interface _ContainerNotFoundExceptionDetails { /** * _ErrorMessage shape */ Message?: string; }