Class: Aws::RDS::Errors::SharedSnapshotQuotaExceededFault Deprecated

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

Overview

Deprecated.

This error class is not used during parsing. Please use ‘SharedSnapshotQuotaExceeded` instead.

Instance Method Summary collapse

Constructor Details

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

Returns a new instance of SharedSnapshotQuotaExceededFault.

Parameters:

[View source]

1660
1661
1662
# File 'lib/aws-sdk-rds/errors.rb', line 1660

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