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