Class: Aws::Types::SetTaskStatusInput
- Inherits:
-
Object
- Object
- Aws::Types::SetTaskStatusInput
- Defined in:
- sig/types.rbs
Constant Summary collapse
- SENSITIVE =
Instance Attribute Summary collapse
-
#error_id ⇒ ::String
Returns the value of attribute error_id.
-
#error_message ⇒ ::String
Returns the value of attribute error_message.
-
#error_stack_trace ⇒ ::String
Returns the value of attribute error_stack_trace.
-
#task_id ⇒ ::String
Returns the value of attribute task_id.
-
#task_status ⇒ "FINISHED", ...
Returns the value of attribute task_status.
Instance Attribute Details
#error_id ⇒ ::String
Returns the value of attribute error_id.
294 295 296 |
# File 'sig/types.rbs', line 294 def error_id @error_id end |
#error_message ⇒ ::String
Returns the value of attribute error_message.
295 296 297 |
# File 'sig/types.rbs', line 295 def @error_message end |
#error_stack_trace ⇒ ::String
Returns the value of attribute error_stack_trace.
296 297 298 |
# File 'sig/types.rbs', line 296 def error_stack_trace @error_stack_trace end |
#task_id ⇒ ::String
Returns the value of attribute task_id.
292 293 294 |
# File 'sig/types.rbs', line 292 def task_id @task_id end |
#task_status ⇒ "FINISHED", ...
Returns the value of attribute task_status.
293 294 295 |
# File 'sig/types.rbs', line 293 def task_status @task_status end |