Class: Aws::Rekognition::Types::HumanLoopQuotaExceededException
- Inherits:
-
Struct
- Object
- Struct
- Aws::Rekognition::Types::HumanLoopQuotaExceededException
- Defined in:
- gems/aws-sdk-rekognition/lib/aws-sdk-rekognition/types.rb
Overview
The number of in-progress human reviews you have has exceeded the number allowed.
Constant Summary collapse
- SENSITIVE =
[]
Instance Attribute Summary collapse
-
#quota_code ⇒ String
The quota code.
-
#resource_type ⇒ String
The resource type.
-
#service_code ⇒ String
The service code.
Instance Attribute Details
#quota_code ⇒ String
The quota code.
3398 3399 3400 3401 3402 3403 3404 |
# File 'gems/aws-sdk-rekognition/lib/aws-sdk-rekognition/types.rb', line 3398 class HumanLoopQuotaExceededException < Struct.new( :resource_type, :quota_code, :service_code) SENSITIVE = [] include Aws::Structure end |
#resource_type ⇒ String
The resource type.
3398 3399 3400 3401 3402 3403 3404 |
# File 'gems/aws-sdk-rekognition/lib/aws-sdk-rekognition/types.rb', line 3398 class HumanLoopQuotaExceededException < Struct.new( :resource_type, :quota_code, :service_code) SENSITIVE = [] include Aws::Structure end |
#service_code ⇒ String
The service code.
3398 3399 3400 3401 3402 3403 3404 |
# File 'gems/aws-sdk-rekognition/lib/aws-sdk-rekognition/types.rb', line 3398 class HumanLoopQuotaExceededException < Struct.new( :resource_type, :quota_code, :service_code) SENSITIVE = [] include Aws::Structure end |