Class: Aws::Organizations::Types::ParentNotFoundException

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

#messageString

Returns:

  • (String)


3934
3935
3936
3937
3938
# File 'gems/aws-sdk-organizations/lib/aws-sdk-organizations/types.rb', line 3934

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