import { ServiceException as __ServiceException__ } from "@aws-sdk/types"; /** *
No traffic policy instance exists with the specified ID.
*/ export interface NoSuchTrafficPolicyInstance extends __ServiceException__<_NoSuchTrafficPolicyInstanceDetails> { name: "NoSuchTrafficPolicyInstance"; } export interface _NoSuchTrafficPolicyInstanceDetails { /** *Descriptive message for the error response.
*/ message?: string; }