Class: Aws::Redshift::Errors::BatchDeleteRequestSizeExceededFault

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

Instance Method Summary collapse

Constructor Details

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

Returns a new instance of BatchDeleteRequestSizeExceededFault.

Parameters:



258
259
260
# File 'gems/aws-sdk-redshift/lib/aws-sdk-redshift/errors.rb', line 258

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