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