Class: Aws::Organizations::Types::ChildNotFoundException

Inherits:
Struct
  • Object
show all
Defined in:
gems/aws-sdk-organizations/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

#messageString

Returns:

  • (String)


386
387
388
389
390
# File 'gems/aws-sdk-organizations/lib/aws-sdk-organizations/types.rb', line 386

class ChildNotFoundException < Struct.new(
  :message)
  SENSITIVE = []
  include Aws::Structure
end