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

No origin exists with the specified Origin Id.

*/ export interface NoSuchOrigin extends __ServiceException__<_NoSuchOriginDetails> { name: "NoSuchOrigin"; } export interface _NoSuchOriginDetails { /** * _string shape */ Message?: string; }