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

Inherits:
Struct
  • Object
show all
Includes:
Structure
Defined in:
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)


2371
2372
2373
2374
2375
2376
2377
# File 'lib/aws-sdk-iotsitewise/types.rb', line 2371

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

#error_codeString

The error code.

Returns:

  • (String)


2371
2372
2373
2374
2375
2376
2377
# File 'lib/aws-sdk-iotsitewise/types.rb', line 2371

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

#error_messageString

The associated error message.

Returns:

  • (String)


2371
2372
2373
2374
2375
2376
2377
# File 'lib/aws-sdk-iotsitewise/types.rb', line 2371

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