Class: Aws::Textract::Types::HumanLoopQuotaExceededException

Inherits:
Struct
  • Object
show all
Includes:
Structure
Defined in:
lib/aws-sdk-textract/types.rb

Overview

Indicates you have exceeded the maximum number of active human in the loop workflows available

Constant Summary collapse

SENSITIVE =
[]

Instance Attribute Summary collapse

Instance Attribute Details

#quota_codeString

The quota code.

Returns:

  • (String)


1350
1351
1352
1353
1354
1355
1356
# File 'lib/aws-sdk-textract/types.rb', line 1350

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

#resource_typeString

The resource type.

Returns:

  • (String)


1350
1351
1352
1353
1354
1355
1356
# File 'lib/aws-sdk-textract/types.rb', line 1350

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

#service_codeString

The service code.

Returns:

  • (String)


1350
1351
1352
1353
1354
1355
1356
# File 'lib/aws-sdk-textract/types.rb', line 1350

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