Class: Aws::Rekognition::Errors::ThrottlingException
- Inherits:
-
ServiceError
- Object
- ServiceError
- Aws::Rekognition::Errors::ThrottlingException
- Defined in:
- lib/aws-sdk-rekognition/errors.rb
Instance Method Summary collapse
-
#initialize(context, message, data = Aws::EmptyStructure.new) ⇒ ThrottlingException
constructor
A new instance of ThrottlingException.
Constructor Details
#initialize(context, message, data = Aws::EmptyStructure.new) ⇒ ThrottlingException
Returns a new instance of ThrottlingException.
290 291 292 |
# File 'lib/aws-sdk-rekognition/errors.rb', line 290 def initialize(context, , data = Aws::EmptyStructure.new) super(context, , data) end |