Class: Aws::Types::RequestCancelActivityTaskFailedEventAttributes

Inherits:
Object
  • Object
show all
Defined in:
sig/types.rbs

Constant Summary collapse

SENSITIVE =

Returns:

  • ([])

Instance Attribute Summary collapse

Instance Attribute Details

#activity_id::String

Returns the value of attribute activity_id.

Returns:

  • (::String)


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.

Returns:

  • ("ACTIVITY_ID_UNKNOWN", "OPERATION_NOT_PERMITTED")


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.

Returns:

  • (::Integer)


725
726
727
# File 'sig/types.rbs', line 725

def decision_task_completed_event_id
  @decision_task_completed_event_id
end