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

There is already a traffic policy instance with the specified ID.

*/ export interface TrafficPolicyInstanceAlreadyExists extends __ServiceException__<_TrafficPolicyInstanceAlreadyExistsDetails> { name: "TrafficPolicyInstanceAlreadyExists"; } export interface _TrafficPolicyInstanceAlreadyExistsDetails { /** *

Descriptive message for the error response.

*/ message?: string; }