Class: Aws::Organizations::Types::DestinationParentNotFoundException

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

Overview

We can’t find the destination container (a root or OU) with the ‘ParentId` that you specified.

Constant Summary collapse

SENSITIVE =
[]

Instance Attribute Summary collapse

Instance Attribute Details

#messageString

Returns:

  • (String)


1706
1707
1708
1709
1710
# File 'lib/aws-sdk-organizations/types.rb', line 1706

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