Class: Aws::Organizations::Errors::RootNotFoundException
- Inherits:
-
ServiceError
- Object
- ServiceError
- Aws::Organizations::Errors::RootNotFoundException
- Defined in:
- lib/aws-sdk-organizations/errors.rb
Instance Method Summary collapse
-
#initialize(context, message, data = Aws::EmptyStructure.new) ⇒ RootNotFoundException
constructor
A new instance of RootNotFoundException.
- #message ⇒ String
Constructor Details
#initialize(context, message, data = Aws::EmptyStructure.new) ⇒ RootNotFoundException
Returns a new instance of RootNotFoundException.
724 725 726 |
# File 'lib/aws-sdk-organizations/errors.rb', line 724 def initialize(context, , data = Aws::EmptyStructure.new) super(context, , data) end |
Instance Method Details
#message ⇒ String
729 730 731 |
# File 'lib/aws-sdk-organizations/errors.rb', line 729 def @message || @data[:message] end |