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

The specified service could not be found. You can view your available services with ListServices. Amazon ECS services are cluster-specific and Region-specific.

*/ export interface ServiceNotFoundException extends __ServiceException__<_ServiceNotFoundExceptionDetails> { name: "ServiceNotFoundException"; } export interface _ServiceNotFoundExceptionDetails { }