Class: Aws::IoTSiteWise::Types::BatchGetAssetPropertyValueHistoryErrorEntry

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

Overview

A list of the errors (if any) associated with the batch request. Each error entry contains the entryId of the entry that failed.

Constant Summary collapse

SENSITIVE =
[]

Instance Attribute Summary collapse

Instance Attribute Details

#entry_idString

The ID of the entry.

Returns:

  • (String)


2138
2139
2140
2141
2142
2143
2144
# File 'gems/aws-sdk-iotsitewise/lib/aws-sdk-iotsitewise/types.rb', line 2138

class BatchGetAssetPropertyValueHistoryErrorEntry < Struct.new(
  :error_code,
  :error_message,
  :entry_id)
  SENSITIVE = []
  include Aws::Structure
end

#error_codeString

The error code.

Returns:

  • (String)


2138
2139
2140
2141
2142
2143
2144
# File 'gems/aws-sdk-iotsitewise/lib/aws-sdk-iotsitewise/types.rb', line 2138

class BatchGetAssetPropertyValueHistoryErrorEntry < Struct.new(
  :error_code,
  :error_message,
  :entry_id)
  SENSITIVE = []
  include Aws::Structure
end

#error_messageString

The associated error message.

Returns:

  • (String)


2138
2139
2140
2141
2142
2143
2144
# File 'gems/aws-sdk-iotsitewise/lib/aws-sdk-iotsitewise/types.rb', line 2138

class BatchGetAssetPropertyValueHistoryErrorEntry < Struct.new(
  :error_code,
  :error_message,
  :entry_id)
  SENSITIVE = []
  include Aws::Structure
end