Class: Aws::Organizations::Errors::RootNotFoundException

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

Instance Method Summary collapse

Constructor Details

#initialize(context, message, data = Aws::EmptyStructure.new) ⇒ RootNotFoundException

Returns a new instance of RootNotFoundException.

Parameters:



724
725
726
# File 'gems/aws-sdk-organizations/lib/aws-sdk-organizations/errors.rb', line 724

def initialize(context, message, data = Aws::EmptyStructure.new)
  super(context, message, data)
end

Instance Method Details

#messageString

Returns:

  • (String)


729
730
731
# File 'gems/aws-sdk-organizations/lib/aws-sdk-organizations/errors.rb', line 729

def message
  @message || @data[:message]
end