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