Class: Aws::Rekognition::Types::HumanLoopQuotaExceededException

Inherits:
Struct
  • Object
show all
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

Instance Attribute Details

#quota_codeString

The quota code.

Returns:

  • (String)


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_typeString

The resource type.

Returns:

  • (String)


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_codeString

The service code.

Returns:

  • (String)


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