Class: Aws::IoTSiteWise::Types::BatchGetAssetPropertyValueHistoryErrorInfo

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

Overview

The error information, such as the error code and the timestamp.

Constant Summary collapse

SENSITIVE =
[]

Instance Attribute Summary collapse

Instance Attribute Details

#error_codeString

The error code.

Returns:

  • (String)


2025
2026
2027
2028
2029
2030
# File 'gems/aws-sdk-iotsitewise/lib/aws-sdk-iotsitewise/types.rb', line 2025

class BatchGetAssetPropertyValueHistoryErrorInfo < Struct.new(
  :error_code,
  :error_timestamp)
  SENSITIVE = []
  include Aws::Structure
end

#error_timestampTime

The date the error occurred, in Unix epoch time.

Returns:

  • (Time)


2025
2026
2027
2028
2029
2030
# File 'gems/aws-sdk-iotsitewise/lib/aws-sdk-iotsitewise/types.rb', line 2025

class BatchGetAssetPropertyValueHistoryErrorInfo < Struct.new(
  :error_code,
  :error_timestamp)
  SENSITIVE = []
  include Aws::Structure
end