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