Class: Aws::Rekognition::Errors::HumanLoopQuotaExceededException
- Inherits:
-
ServiceError
- Object
- ServiceError
- Aws::Rekognition::Errors::HumanLoopQuotaExceededException
- Defined in:
- lib/aws-sdk-rekognition/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.
85 86 87 |
# File 'lib/aws-sdk-rekognition/errors.rb', line 85 def initialize(context, , data = Aws::EmptyStructure.new) super(context, , data) end |
Instance Method Details
#quota_code ⇒ String
95 96 97 |
# File 'lib/aws-sdk-rekognition/errors.rb', line 95 def quota_code @data[:quota_code] end |
#resource_type ⇒ String
90 91 92 |
# File 'lib/aws-sdk-rekognition/errors.rb', line 90 def resource_type @data[:resource_type] end |
#service_code ⇒ String
100 101 102 |
# File 'lib/aws-sdk-rekognition/errors.rb', line 100 def service_code @data[:service_code] end |