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