Class: Aws::Organizations::Types::DuplicateOrganizationalUnitException
- Inherits:
-
Struct
- Object
- Struct
- Aws::Organizations::Types::DuplicateOrganizationalUnitException
- Includes:
- Structure
- Defined in:
- lib/aws-sdk-organizations/types.rb
Overview
An OU with the same name already exists.
Constant Summary collapse
- SENSITIVE =
[]
Instance Attribute Summary collapse
Instance Attribute Details
#message ⇒ String
2033 2034 2035 2036 2037 |
# File 'lib/aws-sdk-organizations/types.rb', line 2033 class DuplicateOrganizationalUnitException < Struct.new( :message) SENSITIVE = [] include Aws::Structure end |