Class: Aws::Neptune::Errors::DBSecurityGroupNotFoundFault Deprecated
- Inherits:
-
ServiceError
- Object
- ServiceError
- Aws::Neptune::Errors::DBSecurityGroupNotFoundFault
- Defined in:
- gems/aws-sdk-neptune/lib/aws-sdk-neptune/errors.rb
Overview
Deprecated.
This error class is not used during parsing.
Please use DBSecurityGroupNotFound
instead.
Instance Method Summary collapse
-
#initialize(context, message, data = Aws::EmptyStructure.new) ⇒ DBSecurityGroupNotFoundFault
constructor
A new instance of DBSecurityGroupNotFoundFault.
Constructor Details
#initialize(context, message, data = Aws::EmptyStructure.new) ⇒ DBSecurityGroupNotFoundFault
Returns a new instance of DBSecurityGroupNotFoundFault.
361 362 363 |
# File 'gems/aws-sdk-neptune/lib/aws-sdk-neptune/errors.rb', line 361 def initialize(context, , data = Aws::EmptyStructure.new) super(context, , data) end |