Class: Aws::DAX::Errors::ServiceQuotaExceededException

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

Instance Method Summary collapse

Constructor Details

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

Returns a new instance of ServiceQuotaExceededException.

Parameters:



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

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