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