Class: Aws::Neptune::Errors::SharedSnapshotQuotaExceededFault

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) ⇒ SharedSnapshotQuotaExceededFault

Returns a new instance of SharedSnapshotQuotaExceededFault.

Parameters:



689
690
691
# File 'gems/aws-sdk-neptune/lib/aws-sdk-neptune/errors.rb', line 689

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