Class: Aws::Textract::Errors::HumanLoopQuotaExceededException

Inherits:
ServiceError
  • Object
show all
Defined in:
lib/aws-sdk-textract/errors.rb

Instance Method Summary collapse

Constructor Details

#initialize(context, message, data = Aws::EmptyStructure.new) ⇒ HumanLoopQuotaExceededException

Returns a new instance of HumanLoopQuotaExceededException.

Parameters:



83
84
85
# File 'lib/aws-sdk-textract/errors.rb', line 83

def initialize(context, message, data = Aws::EmptyStructure.new)
  super(context, message, data)
end

Instance Method Details

#quota_codeString

Returns:

  • (String)


93
94
95
# File 'lib/aws-sdk-textract/errors.rb', line 93

def quota_code
  @data[:quota_code]
end

#resource_typeString

Returns:

  • (String)


88
89
90
# File 'lib/aws-sdk-textract/errors.rb', line 88

def resource_type
  @data[:resource_type]
end

#service_codeString

Returns:

  • (String)


98
99
100
# File 'lib/aws-sdk-textract/errors.rb', line 98

def service_code
  @data[:service_code]
end