Class: Aws::IoTSiteWise::Types::ComputeNodeExecutionStateDetails

Inherits:
Struct
  • Object
show all
Includes:
Structure
Defined in:
lib/aws-sdk-iotsitewise/types.rb

Overview

Additional information about a compute node that has failed.

Constant Summary collapse

SENSITIVE =
[]

Instance Attribute Summary collapse

Instance Attribute Details

#codeString

Classification of the failure.

Returns:

  • (String)


3215
3216
3217
3218
3219
3220
3221
# File 'lib/aws-sdk-iotsitewise/types.rb', line 3215

class ComputeNodeExecutionStateDetails < Struct.new(
  :code,
  :message,
  :details)
  SENSITIVE = []
  include Aws::Structure
end

#detailsArray<Types::DetailedPipelineError>

Detailed error entries to help diagnose the failure.

Returns:



3215
3216
3217
3218
3219
3220
3221
# File 'lib/aws-sdk-iotsitewise/types.rb', line 3215

class ComputeNodeExecutionStateDetails < Struct.new(
  :code,
  :message,
  :details)
  SENSITIVE = []
  include Aws::Structure
end

#messageString

Human-readable description of why the compute node failed.

Returns:

  • (String)


3215
3216
3217
3218
3219
3220
3221
# File 'lib/aws-sdk-iotsitewise/types.rb', line 3215

class ComputeNodeExecutionStateDetails < Struct.new(
  :code,
  :message,
  :details)
  SENSITIVE = []
  include Aws::Structure
end