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

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

Instance Method Summary collapse

Constructor Details

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

Returns a new instance of SharedSnapshotQuotaExceededFault.

Parameters:



1477
1478
1479
# File 'gems/aws-sdk-rds/lib/aws-sdk-rds/errors.rb', line 1477

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