Class: Aws::Organizations::Types::RootNotFoundException

Inherits:
Struct
  • Object
show all
Defined in:
gems/aws-sdk-organizations/lib/aws-sdk-organizations/types.rb

Overview

We can't find a root with the RootId that you specified.

Constant Summary collapse

SENSITIVE =
[]

Instance Attribute Summary collapse

Instance Attribute Details

#messageString

Returns:

  • (String)


4451
4452
4453
4454
4455
# File 'gems/aws-sdk-organizations/lib/aws-sdk-organizations/types.rb', line 4451

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