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