Class: Aws::SWF::Types::ChildWorkflowExecutionFailedEventAttributes
- Inherits:
-
Struct
- Object
- Struct
- Aws::SWF::Types::ChildWorkflowExecutionFailedEventAttributes
- Defined in:
- gems/aws-sdk-swf/lib/aws-sdk-swf/types.rb
Overview
Provides the details of the ChildWorkflowExecutionFailed
event.
Constant Summary collapse
- SENSITIVE =
[]
Instance Attribute Summary collapse
-
#details ⇒ String
The details of the failure (if provided).
-
#initiated_event_id ⇒ Integer
The ID of the
StartChildWorkflowExecutionInitiated
event corresponding to theStartChildWorkflowExecution
Decision to start this child workflow execution. -
#reason ⇒ String
The reason for the failure (if provided).
-
#started_event_id ⇒ Integer
The ID of the
ChildWorkflowExecutionStarted
event recorded when this child workflow execution was started. -
#workflow_execution ⇒ Types::WorkflowExecution
The child workflow execution that failed.
-
#workflow_type ⇒ Types::WorkflowType
The type of the child workflow execution.
Instance Attribute Details
#details ⇒ String
The details of the failure (if provided).
775 776 777 778 779 780 781 782 783 784 |
# File 'gems/aws-sdk-swf/lib/aws-sdk-swf/types.rb', line 775 class ChildWorkflowExecutionFailedEventAttributes < Struct.new( :workflow_execution, :workflow_type, :reason, :details, :initiated_event_id, :started_event_id) SENSITIVE = [] include Aws::Structure end |
#initiated_event_id ⇒ Integer
The ID of the StartChildWorkflowExecutionInitiated
event
corresponding to the StartChildWorkflowExecution
Decision to start
this child workflow execution. This information can be useful for
diagnosing problems by tracing back the chain of events leading up
to this event.
775 776 777 778 779 780 781 782 783 784 |
# File 'gems/aws-sdk-swf/lib/aws-sdk-swf/types.rb', line 775 class ChildWorkflowExecutionFailedEventAttributes < Struct.new( :workflow_execution, :workflow_type, :reason, :details, :initiated_event_id, :started_event_id) SENSITIVE = [] include Aws::Structure end |
#reason ⇒ String
The reason for the failure (if provided).
775 776 777 778 779 780 781 782 783 784 |
# File 'gems/aws-sdk-swf/lib/aws-sdk-swf/types.rb', line 775 class ChildWorkflowExecutionFailedEventAttributes < Struct.new( :workflow_execution, :workflow_type, :reason, :details, :initiated_event_id, :started_event_id) SENSITIVE = [] include Aws::Structure end |
#started_event_id ⇒ Integer
The ID of the ChildWorkflowExecutionStarted
event recorded when
this child workflow execution was started. This information can be
useful for diagnosing problems by tracing back the chain of events
leading up to this event.
775 776 777 778 779 780 781 782 783 784 |
# File 'gems/aws-sdk-swf/lib/aws-sdk-swf/types.rb', line 775 class ChildWorkflowExecutionFailedEventAttributes < Struct.new( :workflow_execution, :workflow_type, :reason, :details, :initiated_event_id, :started_event_id) SENSITIVE = [] include Aws::Structure end |
#workflow_execution ⇒ Types::WorkflowExecution
The child workflow execution that failed.
775 776 777 778 779 780 781 782 783 784 |
# File 'gems/aws-sdk-swf/lib/aws-sdk-swf/types.rb', line 775 class ChildWorkflowExecutionFailedEventAttributes < Struct.new( :workflow_execution, :workflow_type, :reason, :details, :initiated_event_id, :started_event_id) SENSITIVE = [] include Aws::Structure end |
#workflow_type ⇒ Types::WorkflowType
The type of the child workflow execution.
775 776 777 778 779 780 781 782 783 784 |
# File 'gems/aws-sdk-swf/lib/aws-sdk-swf/types.rb', line 775 class ChildWorkflowExecutionFailedEventAttributes < Struct.new( :workflow_execution, :workflow_type, :reason, :details, :initiated_event_id, :started_event_id) SENSITIVE = [] include Aws::Structure end |