Class: Aws::Textract::Types::HumanLoopQuotaExceededException
- Inherits:
-
Struct
- Object
- Struct
- Aws::Textract::Types::HumanLoopQuotaExceededException
- 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
-
#quota_code ⇒ String
The quota code.
-
#resource_type ⇒ String
The resource type.
-
#service_code ⇒ String
The service code.
Instance Attribute Details
#quota_code ⇒ String
The quota code.
1947 1948 1949 1950 1951 1952 1953 |
# File 'lib/aws-sdk-textract/types.rb', line 1947 class HumanLoopQuotaExceededException < Struct.new( :resource_type, :quota_code, :service_code) SENSITIVE = [] include Aws::Structure end |
#resource_type ⇒ String
The resource type.
1947 1948 1949 1950 1951 1952 1953 |
# File 'lib/aws-sdk-textract/types.rb', line 1947 class HumanLoopQuotaExceededException < Struct.new( :resource_type, :quota_code, :service_code) SENSITIVE = [] include Aws::Structure end |
#service_code ⇒ String
The service code.
1947 1948 1949 1950 1951 1952 1953 |
# File 'lib/aws-sdk-textract/types.rb', line 1947 class HumanLoopQuotaExceededException < Struct.new( :resource_type, :quota_code, :service_code) SENSITIVE = [] include Aws::Structure end |