Class: Aws::Neptune::Errors::ResourceNotFoundFault
- Inherits:
-
ServiceError
- Object
- ServiceError
- Aws::Neptune::Errors::ResourceNotFoundFault
- Defined in:
- lib/aws-sdk-neptune/errors.rb
Instance Method Summary collapse
-
#initialize(context, message, data = Aws::EmptyStructure.new) ⇒ ResourceNotFoundFault
constructor
A new instance of ResourceNotFoundFault.
Constructor Details
#initialize(context, message, data = Aws::EmptyStructure.new) ⇒ ResourceNotFoundFault
Returns a new instance of ResourceNotFoundFault.
649 650 651 |
# File 'lib/aws-sdk-neptune/errors.rb', line 649 def initialize(context, , data = Aws::EmptyStructure.new) super(context, , data) end |