Class: Aws::Textract::Errors::HumanLoopQuotaExceededException
- Inherits:
-
ServiceError
- Object
- ServiceError
- Aws::Textract::Errors::HumanLoopQuotaExceededException
- Defined in:
- 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 111 112 |
# File 'lib/aws-sdk-textract/errors.rb', line 110 def quota_code @data[:quota_code] end |
#resource_type ⇒ String
105 106 107 |
# File 'lib/aws-sdk-textract/errors.rb', line 105 def resource_type @data[:resource_type] end |
#service_code ⇒ String
115 116 117 |
# File 'lib/aws-sdk-textract/errors.rb', line 115 def service_code @data[:service_code] end |