Class: Aws::Organizations::Types::MasterCannotLeaveOrganizationException

Inherits:
Struct
  • Object
show all
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

#messageString

Returns:

  • (String)


3646
3647
3648
3649
3650
# File 'lib/aws-sdk-organizations/types.rb', line 3646

class MasterCannotLeaveOrganizationException < Struct.new(
  :message)
  SENSITIVE = []
  include Aws::Structure
end