Class: Aws::DAX::Errors::ClusterNotFoundFault
- Inherits:
-
ServiceError
- Object
- ServiceError
- Aws::DAX::Errors::ClusterNotFoundFault
- Defined in:
- lib/aws-sdk-dax/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.
79 80 81 |
# File 'lib/aws-sdk-dax/errors.rb', line 79 def initialize(context, , data = Aws::EmptyStructure.new) super(context, , data) end |