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