Class: Aws::Types::NotifyWorkersFailureStatus
- Inherits:
-
Object
- Object
- Aws::Types::NotifyWorkersFailureStatus
- Defined in:
- sig/types.rbs
Constant Summary collapse
- SENSITIVE =
Instance Attribute Summary collapse
-
#notify_workers_failure_code ⇒ "SoftFailure", "HardFailure"
Returns the value of attribute notify_workers_failure_code.
-
#notify_workers_failure_message ⇒ ::String
Returns the value of attribute notify_workers_failure_message.
-
#worker_id ⇒ ::String
Returns the value of attribute worker_id.
Instance Attribute Details
#notify_workers_failure_code ⇒ "SoftFailure", "HardFailure"
Returns the value of attribute notify_workers_failure_code.
457 458 459 |
# File 'sig/types.rbs', line 457 def notify_workers_failure_code @notify_workers_failure_code end |
#notify_workers_failure_message ⇒ ::String
Returns the value of attribute notify_workers_failure_message.
458 459 460 |
# File 'sig/types.rbs', line 458 def end |
#worker_id ⇒ ::String
Returns the value of attribute worker_id.
459 460 461 |
# File 'sig/types.rbs', line 459 def worker_id @worker_id end |