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

A traffic policy that has the same value for Name already exists.

*/ export interface TrafficPolicyAlreadyExists extends __ServiceException__<_TrafficPolicyAlreadyExistsDetails> { name: "TrafficPolicyAlreadyExists"; } export interface _TrafficPolicyAlreadyExistsDetails { /** *

Descriptive message for the error response.

*/ message?: string; }