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

Inherits:
Struct
  • Object
show all
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

#messageString

Returns:

  • (String)


3947
3948
3949
3950
3951
# File 'lib/aws-sdk-organizations/types.rb', line 3947

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