Class: Aws::Organizations::Types::DestinationParentNotFoundException
- Inherits:
-
Struct
- Object
- Struct
- Aws::Organizations::Types::DestinationParentNotFoundException
- Defined in:
- gems/aws-sdk-organizations/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
#message ⇒ String
1742 1743 1744 1745 1746 |
# File 'gems/aws-sdk-organizations/lib/aws-sdk-organizations/types.rb', line 1742 class DestinationParentNotFoundException < Struct.new( :message) SENSITIVE = [] include Aws::Structure end |