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
1880 1881 1882 1883 1884 |
# File 'lib/aws-sdk-organizations/types.rb', line 1880 class DuplicateOrganizationalUnitException < Struct.new( :message) SENSITIVE = [] include Aws::Structure end |