Class: Aws::Types::CapacityTaskFailure
- Inherits:
-
Object
- Object
- Aws::Types::CapacityTaskFailure
- Defined in:
- sig/types.rbs
Constant Summary collapse
- SENSITIVE =
Instance Attribute Summary collapse
-
#reason ⇒ ::String
Returns the value of attribute reason.
-
#type ⇒ "UNSUPPORTED_CAPACITY_CONFIGURATION", ...
Returns the value of attribute type.
Instance Attribute Details
#reason ⇒ ::String
Returns the value of attribute reason.
92 93 94 |
# File 'sig/types.rbs', line 92 def reason @reason end |
#type ⇒ "UNSUPPORTED_CAPACITY_CONFIGURATION", ...
Returns the value of attribute type.
93 94 95 |
# File 'sig/types.rbs', line 93 def type @type end |