Class: Aws::Types::ServiceQuotaExceededException
- Inherits:
-
Object
- Object
- Aws::Types::ServiceQuotaExceededException
- Defined in:
- sig/types.rbs
Constant Summary collapse
- SENSITIVE =
Instance Attribute Summary collapse
-
#message ⇒ ::String
Returns the value of attribute message.
-
#quota_name ⇒ ::String
Returns the value of attribute quota_name.
-
#quota_value ⇒ ::Float
Returns the value of attribute quota_value.
Instance Attribute Details
#message ⇒ ::String
Returns the value of attribute message.
1259 1260 1261 |
# File 'sig/types.rbs', line 1259 def end |
#quota_name ⇒ ::String
Returns the value of attribute quota_name.
1260 1261 1262 |
# File 'sig/types.rbs', line 1260 def quota_name @quota_name end |
#quota_value ⇒ ::Float
Returns the value of attribute quota_value.
1261 1262 1263 |
# File 'sig/types.rbs', line 1261 def quota_value @quota_value end |