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

This exception is thrown when AWS Organizations is not configured to support all features. All features must be enabled in AWS Organization to support creating an organization trail. For more information, see Prepare For Creating a Trail For Your Organization.

*/ export interface OrganizationNotInAllFeaturesModeException extends __ServiceException__<_OrganizationNotInAllFeaturesModeExceptionDetails> { name: "OrganizationNotInAllFeaturesModeException"; } export interface _OrganizationNotInAllFeaturesModeExceptionDetails { }