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

Inherits:
Struct
  • Object
show all
Defined in:
gems/aws-sdk-iotsitewise/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)


3244
3245
3246
3247
3248
3249
# File 'gems/aws-sdk-iotsitewise/lib/aws-sdk-iotsitewise/types.rb', line 3244

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.



3244
3245
3246
3247
3248
3249
# File 'gems/aws-sdk-iotsitewise/lib/aws-sdk-iotsitewise/types.rb', line 3244

class ComputeNodeExecutionStatus < Struct.new(
  :state,
  :state_details)
  SENSITIVE = []
  include Aws::Structure
end