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

Indicates that the TrackingOptions object you specified does not exist.

*/ export interface TrackingOptionsDoesNotExistException extends __ServiceException__<_TrackingOptionsDoesNotExistExceptionDetails> { name: "TrackingOptionsDoesNotExistException"; } export interface _TrackingOptionsDoesNotExistExceptionDetails { /** *

Indicates that a TrackingOptions object does not exist in the specified configuration set.

*/ ConfigurationSetName?: string; }