Class: Aws::Organizations::Types::SourceParentNotFoundException

Inherits:
Struct
  • Object
show all
Defined in:
gems/aws-sdk-organizations/lib/aws-sdk-organizations/types.rb

Overview

We can't find a source root or OU with the ParentId that you specified.

Constant Summary collapse

SENSITIVE =
[]

Instance Attribute Summary collapse

Instance Attribute Details

#messageString

Returns:

  • (String)


4542
4543
4544
4545
4546
# File 'gems/aws-sdk-organizations/lib/aws-sdk-organizations/types.rb', line 4542

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