Class: Aws::Types::LimitsExceededException
- Inherits:
-
Object
- Object
- Aws::Types::LimitsExceededException
- Defined in:
- sig/types.rbs
Constant Summary collapse
- SENSITIVE =
Instance Attribute Summary collapse
-
#limit ⇒ ::Integer
Returns the value of attribute limit.
-
#message ⇒ ::String
Returns the value of attribute message.
-
#type ⇒ ::String
Returns the value of attribute type.
Instance Attribute Details
#limit ⇒ ::Integer
Returns the value of attribute limit.
361 362 363 |
# File 'sig/types.rbs', line 361 def limit @limit end |
#message ⇒ ::String
Returns the value of attribute message.
359 360 361 |
# File 'sig/types.rbs', line 359 def end |
#type ⇒ ::String
Returns the value of attribute type.
360 361 362 |
# File 'sig/types.rbs', line 360 def type @type end |