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

The specified execution does not exist.

*/ export interface ExecutionDoesNotExist extends __ServiceException__<_ExecutionDoesNotExistDetails> { name: "ExecutionDoesNotExist"; } export interface _ExecutionDoesNotExistDetails { /** * _ErrorMessage shape */ message?: string; }