Class: Aws::Organizations::Types::OrganizationalUnitNotEmptyException

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

Overview

The specified OU is not empty. Move all accounts to another root or to other OUs, remove all child OUs, and try the operation again.

Constant Summary collapse

SENSITIVE =
[]

Instance Attribute Summary collapse

Instance Attribute Details

#messageString

Returns:

  • (String)


3884
3885
3886
3887
3888
# File 'lib/aws-sdk-organizations/types.rb', line 3884

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