Class: Aws::Redshift::Errors::RedshiftIdcApplicationQuotaExceededFault Deprecated

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

Overview

Deprecated.

This error class is not used during parsing. Please use RedshiftIdcApplicationQuotaExceeded instead.

Instance Method Summary collapse

Constructor Details

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

Returns a new instance of RedshiftIdcApplicationQuotaExceededFault.

Parameters:



1347
1348
1349
# File 'gems/aws-sdk-redshift/lib/aws-sdk-redshift/errors.rb', line 1347

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