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