Class: Aws::Organizations::Types::OrganizationNotEmptyException

Inherits:
Struct
  • Object
show all
Includes:
Structure
Defined in:
lib/aws-sdk-organizations/types.rb

Overview

The organization isn’t empty. To delete an organization, you must first remove all accounts except the management account.

Constant Summary collapse

SENSITIVE =
[]

Instance Attribute Summary collapse

Instance Attribute Details

#messageString

Returns:

  • (String)


3855
3856
3857
3858
3859
# File 'lib/aws-sdk-organizations/types.rb', line 3855

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