Class: Aws::MemoryDB::Errors::ClusterAlreadyExistsFault
- Inherits:
-
ServiceError
- Object
- ServiceError
- Aws::MemoryDB::Errors::ClusterAlreadyExistsFault
- Defined in:
- lib/aws-sdk-memorydb/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.
135 136 137 |
# File 'lib/aws-sdk-memorydb/errors.rb', line 135 def initialize(context, , data = Aws::EmptyStructure.new) super(context, , data) end |