Class: Aws::Types::ExceedsLimitException
- Inherits:
-
Object
- Object
- Aws::Types::ExceedsLimitException
- 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 ⇒ ::Integer
Returns the value of attribute quota_value.
Instance Attribute Details
#message ⇒ ::String
Returns the value of attribute message.
218 219 220 |
# File 'sig/types.rbs', line 218 def @message end |
#quota_name ⇒ ::String
Returns the value of attribute quota_name.
219 220 221 |
# File 'sig/types.rbs', line 219 def quota_name @quota_name end |
#quota_value ⇒ ::Integer
Returns the value of attribute quota_value.
220 221 222 |
# File 'sig/types.rbs', line 220 def quota_value @quota_value end |