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
405 406 407 408 409 |
# File 'lib/aws-sdk-organizations/types.rb', line 405 class ChildNotFoundException < Struct.new( :message) SENSITIVE = [] include Aws::Structure end |