Class: Aws::IoTSiteWise::Types::ComputeNodeExecutionStatus

Inherits:
Struct
  • Object
show all
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

Instance Attribute Details

#stateString

Current state of the compute node execution.

Returns:

  • (String)


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_detailsTypes::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