Class: Aws::Organizations::Types::MasterCannotLeaveOrganizationException
- Inherits:
-
Struct
- Object
- Struct
- Aws::Organizations::Types::MasterCannotLeaveOrganizationException
- Includes:
- Structure
- Defined in:
- lib/aws-sdk-organizations/types.rb
Overview
You can’t remove a management account from an organization. If you want the management account to become a member account in another organization, you must first delete the current organization of the management account.
Constant Summary collapse
- SENSITIVE =
[]
Instance Attribute Summary collapse
Instance Attribute Details
#message ⇒ String
3684 3685 3686 3687 3688 |
# File 'lib/aws-sdk-organizations/types.rb', line 3684 class MasterCannotLeaveOrganizationException < Struct.new( :message) SENSITIVE = [] include Aws::Structure end |