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

This exception is thrown when the AWS account making the request to create or update an organization trail is not the master account for an organization in AWS Organizations. For more information, see Prepare For Creating a Trail For Your Organization.

*/ export interface NotOrganizationMasterAccountException extends __ServiceException__<_NotOrganizationMasterAccountExceptionDetails> { name: "NotOrganizationMasterAccountException"; } export interface _NotOrganizationMasterAccountExceptionDetails { }