import { ServiceException as __ServiceException__ } from "@aws-sdk/types"; /** *
This exception is thrown when the specified trail already exists.
*/ export interface TrailAlreadyExistsException extends __ServiceException__<_TrailAlreadyExistsExceptionDetails> { name: "TrailAlreadyExistsException"; } export interface _TrailAlreadyExistsExceptionDetails { }