Class: Aws::IoTSiteWise::Types::BatchGetAssetPropertyAggregatesErrorInfo

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

Overview

Contains the error code and the timestamp for an asset property aggregate entry that is associated with the

BatchGetAssetPropertyAggregates][1

API.

[1]: docs.aws.amazon.com/iot-sitewise/latest/APIReference/API_BatchGetAssetPropertyAggregates.html

Constant Summary collapse

SENSITIVE =
[]

Instance Attribute Summary collapse

Instance Attribute Details

#error_codeString

The error code.

Returns:

  • (String)


1836
1837
1838
1839
1840
1841
# File 'lib/aws-sdk-iotsitewise/types.rb', line 1836

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

#error_timestampTime

The date the error occurred, in Unix epoch time.

Returns:

  • (Time)


1836
1837
1838
1839
1840
1841
# File 'lib/aws-sdk-iotsitewise/types.rb', line 1836

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