Class: Aws::CloudDirectory::Errors::NotNodeException
- Inherits:
-
ServiceError
- Object
- ServiceError
- Aws::CloudDirectory::Errors::NotNodeException
- Defined in:
- lib/aws-sdk-clouddirectory/errors.rb
Instance Method Summary collapse
-
#initialize(context, message, data = Aws::EmptyStructure.new) ⇒ NotNodeException
constructor
A new instance of NotNodeException.
- #message ⇒ String
Constructor Details
#initialize(context, message, data = Aws::EmptyStructure.new) ⇒ NotNodeException
Returns a new instance of NotNodeException.
447 448 449 |
# File 'lib/aws-sdk-clouddirectory/errors.rb', line 447 def initialize(context, , data = Aws::EmptyStructure.new) super(context, , data) end |
Instance Method Details
#message ⇒ String
452 453 454 |
# File 'lib/aws-sdk-clouddirectory/errors.rb', line 452 def @message || @data[:message] end |