Class: Aws::IoTSiteWise::Types::ComputeNodeExecutionStatus
- Inherits:
-
Struct
- Object
- Struct
- Aws::IoTSiteWise::Types::ComputeNodeExecutionStatus
- Includes:
- Structure
- Defined in:
- lib/aws-sdk-iotsitewise/types.rb
Overview
Current execution status of a compute node within a pipeline execution.
Constant Summary collapse
- SENSITIVE =
[]
Instance Attribute Summary collapse
-
#state ⇒ String
Current state of the compute node execution.
-
#state_details ⇒ Types::ComputeNodeExecutionStateDetails
Additional information about the compute node's failure.
Instance Attribute Details
#state ⇒ String
Current state of the compute node execution.
3235 3236 3237 3238 3239 3240 |
# File 'lib/aws-sdk-iotsitewise/types.rb', line 3235 class ComputeNodeExecutionStatus < Struct.new( :state, :state_details) SENSITIVE = [] include Aws::Structure end |
#state_details ⇒ Types::ComputeNodeExecutionStateDetails
Additional information about the compute node's failure. Populated when the compute node has failed.
3235 3236 3237 3238 3239 3240 |
# File 'lib/aws-sdk-iotsitewise/types.rb', line 3235 class ComputeNodeExecutionStatus < Struct.new( :state, :state_details) SENSITIVE = [] include Aws::Structure end |