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)


4479
4480
4481
4482
4483
# File 'gems/aws-sdk-organizations/lib/aws-sdk-organizations/types.rb', line 4479

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