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

Inherits:
Struct
  • Object
show all
Defined in:
gems/aws-sdk-textract/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)


1947
1948
1949
1950
1951
1952
1953
# File 'gems/aws-sdk-textract/lib/aws-sdk-textract/types.rb', line 1947

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

#resource_typeString

The resource type.

Returns:

  • (String)


1947
1948
1949
1950
1951
1952
1953
# File 'gems/aws-sdk-textract/lib/aws-sdk-textract/types.rb', line 1947

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

#service_codeString

The service code.

Returns:

  • (String)


1947
1948
1949
1950
1951
1952
1953
# File 'gems/aws-sdk-textract/lib/aws-sdk-textract/types.rb', line 1947

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