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
5291 5292 5293 5294 5295 |
# File 'lib/aws-sdk-organizations/types.rb', line 5291 class SourceParentNotFoundException < Struct.new( :message) SENSITIVE = [] include Aws::Structure end |