Class: Aws::DAX::Errors::ClusterNotFoundFault

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

Instance Method Summary collapse

Constructor Details

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

Returns a new instance of ClusterNotFoundFault.

Parameters:



79
80
81
# File 'gems/aws-sdk-dax/lib/aws-sdk-dax/errors.rb', line 79

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