Class: Aws::Neptune::Errors::DBClusterParameterGroupNotFoundFault

Inherits:
ServiceError
  • Object
show all
Defined in:
gems/aws-sdk-neptune/lib/aws-sdk-neptune/errors.rb

Instance Method Summary collapse

Constructor Details

#initialize(context, message, data = Aws::EmptyStructure.new) ⇒ DBClusterParameterGroupNotFoundFault

Returns a new instance of DBClusterParameterGroupNotFoundFault.

Parameters:



179
180
181
# File 'gems/aws-sdk-neptune/lib/aws-sdk-neptune/errors.rb', line 179

def initialize(context, message, data = Aws::EmptyStructure.new)
  super(context, message, data)
end