Class: Aws::Organizations::Types::ChildNotFoundException
- Inherits:
-
Struct
- Object
- Struct
- Aws::Organizations::Types::ChildNotFoundException
- Includes:
- Structure
- Defined in:
- lib/aws-sdk-organizations/types.rb
Overview
We can’t find an organizational unit (OU) or Amazon Web Services account with the ‘ChildId` that you specified.
Constant Summary collapse
- SENSITIVE =
[]
Instance Attribute Summary collapse
Instance Attribute Details
#message ⇒ String
386 387 388 389 390 |
# File 'lib/aws-sdk-organizations/types.rb', line 386 class ChildNotFoundException < Struct.new( :message) SENSITIVE = [] include Aws::Structure end |