import { ServiceException as __ServiceException__ } from "@aws-sdk/types"; /** *
This exception is thrown when trusted access has not been enabled between AWS CloudTrail and AWS Organizations. For more information, see Enabling Trusted Access with Other AWS Services and Prepare For Creating a Trail For Your Organization.
*/ export interface CloudTrailAccessNotEnabledException extends __ServiceException__<_CloudTrailAccessNotEnabledExceptionDetails> { name: "CloudTrailAccessNotEnabledException"; } export interface _CloudTrailAccessNotEnabledExceptionDetails { }