Class: Aws::Organizations::Types::RootNotFoundException
- Inherits:
-
Struct
- Object
- Struct
- Aws::Organizations::Types::RootNotFoundException
- Includes:
- Structure
- Defined in:
- 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
#message ⇒ String
5233 5234 5235 5236 5237 |
# File 'lib/aws-sdk-organizations/types.rb', line 5233 class RootNotFoundException < Struct.new( :message) SENSITIVE = [] include Aws::Structure end |