Class: Aws::Types::CancelTimerFailedEventAttributes
- Inherits:
-
Object
- Object
- Aws::Types::CancelTimerFailedEventAttributes
- Defined in:
- sig/types.rbs
Constant Summary collapse
- SENSITIVE =
Instance Attribute Summary collapse
-
#cause ⇒ "TIMER_ID_UNKNOWN", "OPERATION_NOT_PERMITTED"
Returns the value of attribute cause.
-
#decision_task_completed_event_id ⇒ ::Integer
Returns the value of attribute decision_task_completed_event_id.
-
#timer_id ⇒ ::String
Returns the value of attribute timer_id.
Instance Attribute Details
#cause ⇒ "TIMER_ID_UNKNOWN", "OPERATION_NOT_PERMITTED"
Returns the value of attribute cause.
128 129 130 |
# File 'sig/types.rbs', line 128 def cause @cause end |
#decision_task_completed_event_id ⇒ ::Integer
Returns the value of attribute decision_task_completed_event_id.
129 130 131 |
# File 'sig/types.rbs', line 129 def decision_task_completed_event_id @decision_task_completed_event_id end |
#timer_id ⇒ ::String
Returns the value of attribute timer_id.
127 128 129 |
# File 'sig/types.rbs', line 127 def timer_id @timer_id end |