Class: Aws::Types::InsufficientCapacityException
- Inherits:
-
Object
- Object
- Aws::Types::InsufficientCapacityException
- Defined in:
- sig/types.rbs
Constant Summary collapse
- SENSITIVE =
Instance Attribute Summary collapse
-
#code ⇒ ::String
Returns the value of attribute code.
-
#message ⇒ ::String
Returns the value of attribute message.
-
#type ⇒ ::String
Returns the value of attribute type.
Instance Attribute Details
#code ⇒ ::String
Returns the value of attribute code.
302 303 304 |
# File 'sig/types.rbs', line 302 def code @code end |
#message ⇒ ::String
Returns the value of attribute message.
303 304 305 |
# File 'sig/types.rbs', line 303 def end |
#type ⇒ ::String
Returns the value of attribute type.
301 302 303 |
# File 'sig/types.rbs', line 301 def type @type end |