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

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

Instance Attribute Details

#quota_codeString

The quota code.

Returns:

  • (String)


4333
4334
4335
4336
4337
4338
4339
# File 'gems/aws-sdk-rekognition/lib/aws-sdk-rekognition/types.rb', line 4333

class HumanLoopQuotaExceededException < Struct.new(
  :resource_type,
  :quota_code,
  :service_code)
  SENSITIVE = []
  include Aws::Structure
end

#resource_typeString

The resource type.

Returns:

  • (String)


4333
4334
4335
4336
4337
4338
4339
# File 'gems/aws-sdk-rekognition/lib/aws-sdk-rekognition/types.rb', line 4333

class HumanLoopQuotaExceededException < Struct.new(
  :resource_type,
  :quota_code,
  :service_code)
  SENSITIVE = []
  include Aws::Structure
end

#service_codeString

The service code.

Returns:

  • (String)


4333
4334
4335
4336
4337
4338
4339
# File 'gems/aws-sdk-rekognition/lib/aws-sdk-rekognition/types.rb', line 4333

class HumanLoopQuotaExceededException < Struct.new(
  :resource_type,
  :quota_code,
  :service_code)
  SENSITIVE = []
  include Aws::Structure
end