Class: Aws::Organizations::Types::SourceParentNotFoundException
- Inherits:
-
Struct
- Object
- Struct
- Aws::Organizations::Types::SourceParentNotFoundException
- Includes:
- Structure
- Defined in:
- 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
#message ⇒ String
4517 4518 4519 4520 4521 |
# File 'lib/aws-sdk-organizations/types.rb', line 4517 class SourceParentNotFoundException < Struct.new( :message) SENSITIVE = [] include Aws::Structure end |