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)


2042
2043
2044
2045
2046
# File 'gems/aws-sdk-organizations/lib/aws-sdk-organizations/types.rb', line 2042

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