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