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.
1091 1092 1093 |
# File 'sig/types.rbs', line 1091 def quota_code @quota_code end |
#resource_type ⇒ ::String
Returns the value of attribute resource_type.
1090 1091 1092 |
# File 'sig/types.rbs', line 1090 def resource_type @resource_type end |
#service_code ⇒ ::String
Returns the value of attribute service_code.
1092 1093 1094 |
# File 'sig/types.rbs', line 1092 def service_code @service_code end |