Class: Aws::Types::StartChildWorkflowExecutionFailedEventAttributes

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

Constant Summary collapse

SENSITIVE =

Returns:

  • ([])

Instance Attribute Summary collapse

Instance Attribute Details

#cause"WORKFLOW_TYPE_DOES_NOT_EXIST", ...

Returns the value of attribute cause.

Returns:

  • ("WORKFLOW_TYPE_DOES_NOT_EXIST", "WORKFLOW_TYPE_DEPRECATED", "OPEN_CHILDREN_LIMIT_EXCEEDED", "OPEN_WORKFLOWS_LIMIT_EXCEEDED", "CHILD_CREATION_RATE_EXCEEDED", "WORKFLOW_ALREADY_RUNNING", "DEFAULT_EXECUTION_START_TO_CLOSE_TIMEOUT_UNDEFINED", "DEFAULT_TASK_LIST_UNDEFINED", "DEFAULT_TASK_START_TO_CLOSE_TIMEOUT_UNDEFINED", "DEFAULT_CHILD_POLICY_UNDEFINED", "OPERATION_NOT_PERMITTED")


894
895
896
# File 'sig/types.rbs', line 894

def cause
  @cause
end

#control::String

Returns the value of attribute control.

Returns:

  • (::String)


898
899
900
# File 'sig/types.rbs', line 898

def control
  @control
end

#decision_task_completed_event_id::Integer

Returns the value of attribute decision_task_completed_event_id.

Returns:

  • (::Integer)


897
898
899
# File 'sig/types.rbs', line 897

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)


896
897
898
# File 'sig/types.rbs', line 896

def initiated_event_id
  @initiated_event_id
end

#workflow_id::String

Returns the value of attribute workflow_id.

Returns:

  • (::String)


895
896
897
# File 'sig/types.rbs', line 895

def workflow_id
  @workflow_id
end

#workflow_typeTypes::WorkflowType

Returns the value of attribute workflow_type.

Returns:



893
894
895
# File 'sig/types.rbs', line 893

def workflow_type
  @workflow_type
end