Class: Aws::Redshift::Errors::DependentServiceRequestThrottlingFault

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

Instance Method Summary collapse

Constructor Details

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

Returns a new instance of DependentServiceRequestThrottlingFault.

Parameters:



508
509
510
# File 'lib/aws-sdk-redshift/errors.rb', line 508

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