Class: Aws::Types::StartRemediationExecutionResponse
- Inherits:
-
Object
- Object
- Aws::Types::StartRemediationExecutionResponse
- Defined in:
- sig/types.rbs
Constant Summary collapse
- SENSITIVE =
Instance Attribute Summary collapse
-
#failed_items ⇒ ::Array[Types::ResourceKey]
Returns the value of attribute failed_items.
-
#failure_message ⇒ ::String
Returns the value of attribute failure_message.
Instance Attribute Details
#failed_items ⇒ ::Array[Types::ResourceKey]
Returns the value of attribute failed_items.
2196 2197 2198 |
# File 'sig/types.rbs', line 2196 def failed_items @failed_items end |
#failure_message ⇒ ::String
Returns the value of attribute failure_message.
2195 2196 2197 |
# File 'sig/types.rbs', line 2195 def @failure_message end |