Class: Aws::Types::HumanLoopQuotaExceededException
- Inherits:
-
Object
- Object
- Aws::Types::HumanLoopQuotaExceededException
- Defined in:
- sig/types.rbs
Constant Summary collapse
- SENSITIVE =
Instance Attribute Summary collapse
-
#quota_code ⇒ ::String
Returns the value of attribute quota_code.
-
#resource_type ⇒ ::String
Returns the value of attribute resource_type.
-
#service_code ⇒ ::String
Returns the value of attribute service_code.
Instance Attribute Details
#quota_code ⇒ ::String
Returns the value of attribute quota_code.
437 438 439 |
# File 'sig/types.rbs', line 437 def quota_code @quota_code end |
#resource_type ⇒ ::String
Returns the value of attribute resource_type.
436 437 438 |
# File 'sig/types.rbs', line 436 def resource_type @resource_type end |
#service_code ⇒ ::String
Returns the value of attribute service_code.
438 439 440 |
# File 'sig/types.rbs', line 438 def service_code @service_code end |