Class: Aws::Organizations::Types::DuplicateOrganizationalUnitException

Inherits:
Struct
  • Object
show all
Defined in:
gems/aws-sdk-organizations/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

#messageString

Returns:

  • (String)


1866
1867
1868
1869
1870
# File 'gems/aws-sdk-organizations/lib/aws-sdk-organizations/types.rb', line 1866

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