Class: Aws::Organizations::Types::OrganizationalUnitNotEmptyException
- Inherits:
-
Struct
- Object
- Struct
- Aws::Organizations::Types::OrganizationalUnitNotEmptyException
- 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
#message ⇒ String
3922 3923 3924 3925 3926 |
# File 'lib/aws-sdk-organizations/types.rb', line 3922 class OrganizationalUnitNotEmptyException < Struct.new( :message) SENSITIVE = [] include Aws::Structure end |