import { ServiceException as __ServiceException__ } from "@aws-sdk/types"; /** *
The specified cluster could not be found. You can view your available clusters with ListClusters. Amazon ECS clusters are Region-specific.
*/ export interface ClusterNotFoundException extends __ServiceException__<_ClusterNotFoundExceptionDetails> { name: "ClusterNotFoundException"; } export interface _ClusterNotFoundExceptionDetails { }