Class: Aws::Types::RequestCancelActivityTaskFailedEventAttributes
- Inherits:
-
Object
- Object
- Aws::Types::RequestCancelActivityTaskFailedEventAttributes
- Defined in:
- sig/types.rbs
Constant Summary collapse
- SENSITIVE =
Instance Attribute Summary collapse
-
#activity_id ⇒ ::String
Returns the value of attribute activity_id.
-
#cause ⇒ "ACTIVITY_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.
Instance Attribute Details
#activity_id ⇒ ::String
Returns the value of attribute activity_id.
723 724 725 |
# File 'sig/types.rbs', line 723 def activity_id @activity_id end |
#cause ⇒ "ACTIVITY_ID_UNKNOWN", "OPERATION_NOT_PERMITTED"
Returns the value of attribute cause.
724 725 726 |
# File 'sig/types.rbs', line 724 def cause @cause end |
#decision_task_completed_event_id ⇒ ::Integer
Returns the value of attribute decision_task_completed_event_id.
725 726 727 |
# File 'sig/types.rbs', line 725 def decision_task_completed_event_id @decision_task_completed_event_id end |