Class: Aws::Textract::Errors::HumanLoopQuotaExceededException
- Inherits:
-
ServiceError
- Object
- Errors::ServiceError
- ServiceError
- Aws::Textract::Errors::HumanLoopQuotaExceededException
- Defined in:
- sig/errors.rbs,
lib/aws-sdk-textract/errors.rb
Instance Method Summary collapse
-
#initialize(context, message, data = Aws::EmptyStructure.new) ⇒ HumanLoopQuotaExceededException
constructor
A new instance of HumanLoopQuotaExceededException.
- #quota_code ⇒ String
- #resource_type ⇒ String
- #service_code ⇒ String
Constructor Details
#initialize(context, message, data = Aws::EmptyStructure.new) ⇒ HumanLoopQuotaExceededException
Returns a new instance of HumanLoopQuotaExceededException.
100 101 102 |
# File 'lib/aws-sdk-textract/errors.rb', line 100 def initialize(context, , data = Aws::EmptyStructure.new) super(context, , data) end |
Instance Method Details
#quota_code ⇒ String
110 |
# File 'lib/aws-sdk-textract/errors.rb', line 110
def quota_code: () -> ::String
|
#resource_type ⇒ String
105 |
# File 'lib/aws-sdk-textract/errors.rb', line 105
def resource_type: () -> ::String
|
#service_code ⇒ String
115 |
# File 'lib/aws-sdk-textract/errors.rb', line 115
def service_code: () -> ::String
|