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)


1060
1061
1062
1063
1064
1065
1066
# File 'lib/aws-sdk-textract/types.rb', line 1060

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

#resource_typeString

The resource type.

Returns:

  • (String)


1060
1061
1062
1063
1064
1065
1066
# File 'lib/aws-sdk-textract/types.rb', line 1060

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

#service_codeString

The service code.

Returns:

  • (String)


1060
1061
1062
1063
1064
1065
1066
# File 'lib/aws-sdk-textract/types.rb', line 1060

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