Class: Aws::MemoryDB::Errors::ReservedNodesOfferingNotFoundFault

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

Instance Method Summary collapse

Constructor Details

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

Returns a new instance of ReservedNodesOfferingNotFoundFault.

Parameters:



469
470
471
# File 'lib/aws-sdk-memorydb/errors.rb', line 469

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