Class: Aws::Organizations::Types::ParentNotFoundException
- Inherits:
-
Struct
- Object
- Struct
- Aws::Organizations::Types::ParentNotFoundException
- Includes:
- Structure
- Defined in:
- lib/aws-sdk-organizations/types.rb
Overview
We can’t find a root or OU with the ‘ParentId` that you specified.
Constant Summary collapse
- SENSITIVE =
[]
Instance Attribute Summary collapse
Instance Attribute Details
#message ⇒ String
3985 3986 3987 3988 3989 |
# File 'lib/aws-sdk-organizations/types.rb', line 3985 class ParentNotFoundException < Struct.new( :message) SENSITIVE = [] include Aws::Structure end |