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

The specified activity does not exist.

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