Class: Aws::Organizations::Types::MasterCannotLeaveOrganizationException
- Inherits:
-
Struct
- Object
- Struct
- Aws::Organizations::Types::MasterCannotLeaveOrganizationException
- Defined in:
- gems/aws-sdk-organizations/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
4012 4013 4014 4015 4016 |
# File 'gems/aws-sdk-organizations/lib/aws-sdk-organizations/types.rb', line 4012 class MasterCannotLeaveOrganizationException < Struct.new( :message) SENSITIVE = [] include Aws::Structure end |