Class: Aws::Types::SignalExternalWorkflowExecutionFailedEventAttributes

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

Constant Summary collapse

SENSITIVE =

Returns:

  • ([])

Instance Attribute Summary collapse

Instance Attribute Details

#cause"UNKNOWN_EXTERNAL_WORKFLOW_EXECUTION", ...

Returns the value of attribute cause.

Returns:

  • ("UNKNOWN_EXTERNAL_WORKFLOW_EXECUTION", "SIGNAL_EXTERNAL_WORKFLOW_EXECUTION_RATE_EXCEEDED", "OPERATION_NOT_PERMITTED")


851
852
853
# File 'sig/types.rbs', line 851

def cause
  @cause
end

#control::String

Returns the value of attribute control.

Returns:

  • (::String)


854
855
856
# File 'sig/types.rbs', line 854

def control
  @control
end

#decision_task_completed_event_id::Integer

Returns the value of attribute decision_task_completed_event_id.

Returns:

  • (::Integer)


853
854
855
# File 'sig/types.rbs', line 853

def decision_task_completed_event_id
  @decision_task_completed_event_id
end

#initiated_event_id::Integer

Returns the value of attribute initiated_event_id.

Returns:

  • (::Integer)


852
853
854
# File 'sig/types.rbs', line 852

def initiated_event_id
  @initiated_event_id
end

#run_id::String

Returns the value of attribute run_id.

Returns:

  • (::String)


850
851
852
# File 'sig/types.rbs', line 850

def run_id
  @run_id
end

#workflow_id::String

Returns the value of attribute workflow_id.

Returns:

  • (::String)


849
850
851
# File 'sig/types.rbs', line 849

def workflow_id
  @workflow_id
end