Class: Aws::Rekognition::Types::HumanLoopQuotaExceededException
- Inherits:
-
Struct
- Object
- Struct
- Aws::Rekognition::Types::HumanLoopQuotaExceededException
- Includes:
- Structure
- Defined in:
- 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.
4346 4347 4348 4349 4350 4351 4352 |
# File 'lib/aws-sdk-rekognition/types.rb', line 4346 class HumanLoopQuotaExceededException < Struct.new( :resource_type, :quota_code, :service_code) SENSITIVE = [] include Aws::Structure end |
#resource_type ⇒ String
The resource type.
4346 4347 4348 4349 4350 4351 4352 |
# File 'lib/aws-sdk-rekognition/types.rb', line 4346 class HumanLoopQuotaExceededException < Struct.new( :resource_type, :quota_code, :service_code) SENSITIVE = [] include Aws::Structure end |
#service_code ⇒ String
The service code.
4346 4347 4348 4349 4350 4351 4352 |
# File 'lib/aws-sdk-rekognition/types.rb', line 4346 class HumanLoopQuotaExceededException < Struct.new( :resource_type, :quota_code, :service_code) SENSITIVE = [] include Aws::Structure end |