Class: Aws::Types::ComponentFailureContext
- Inherits:
-
Object
- Object
- Aws::Types::ComponentFailureContext
- Defined in:
- sig/types.rbs
Constant Summary collapse
- SENSITIVE =
Instance Attribute Summary collapse
-
#action ⇒ ::String
Returns the value of attribute action.
-
#component_arn ⇒ ::String
Returns the value of attribute component_arn.
-
#error_message ⇒ ::String
Returns the value of attribute error_message.
-
#phase_name ⇒ ::String
Returns the value of attribute phase_name.
-
#step_name ⇒ ::String
Returns the value of attribute step_name.
Instance Attribute Details
#action ⇒ ::String
Returns the value of attribute action.
120 121 122 |
# File 'sig/types.rbs', line 120 def action @action end |
#component_arn ⇒ ::String
Returns the value of attribute component_arn.
117 118 119 |
# File 'sig/types.rbs', line 117 def component_arn @component_arn end |
#error_message ⇒ ::String
Returns the value of attribute error_message.
121 122 123 |
# File 'sig/types.rbs', line 121 def @error_message end |
#phase_name ⇒ ::String
Returns the value of attribute phase_name.
118 119 120 |
# File 'sig/types.rbs', line 118 def phase_name @phase_name end |
#step_name ⇒ ::String
Returns the value of attribute step_name.
119 120 121 |
# File 'sig/types.rbs', line 119 def step_name @step_name end |