Class: Aws::IoTSiteWise::Types::PipelineExecutionStatus
- Inherits:
-
Struct
- Object
- Struct
- Aws::IoTSiteWise::Types::PipelineExecutionStatus
- Defined in:
- gems/aws-sdk-iotsitewise/lib/aws-sdk-iotsitewise/types.rb
Overview
Current execution status of a pipeline.
Constant Summary collapse
- SENSITIVE =
[]
Instance Attribute Summary collapse
-
#state ⇒ String
Current state of the pipeline execution.
-
#state_details ⇒ Types::PipelineExecutionStateDetails
Additional information about the execution outcome.
Instance Attribute Details
#state ⇒ String
Current state of the pipeline execution.
12367 12368 12369 12370 12371 12372 |
# File 'gems/aws-sdk-iotsitewise/lib/aws-sdk-iotsitewise/types.rb', line 12367 class PipelineExecutionStatus < Struct.new( :state, :state_details) SENSITIVE = [] include Aws::Structure end |
#state_details ⇒ Types::PipelineExecutionStateDetails
Additional information about the execution outcome. Populated when the execution has terminated (failed or cancelled).
12367 12368 12369 12370 12371 12372 |
# File 'gems/aws-sdk-iotsitewise/lib/aws-sdk-iotsitewise/types.rb', line 12367 class PipelineExecutionStatus < Struct.new( :state, :state_details) SENSITIVE = [] include Aws::Structure end |