Class: Aws::IoTSiteWise::Types::BatchGetAssetPropertyAggregatesErrorInfo
- Inherits:
-
Struct
- Object
- Struct
- Aws::IoTSiteWise::Types::BatchGetAssetPropertyAggregatesErrorInfo
- 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
-
#error_code ⇒ String
The error code.
-
#error_timestamp ⇒ Time
The date the error occurred, in Unix epoch time.
Instance Attribute Details
#error_code ⇒ String
The error code.
1706 1707 1708 1709 1710 1711 |
# File 'lib/aws-sdk-iotsitewise/types.rb', line 1706 class BatchGetAssetPropertyAggregatesErrorInfo < Struct.new( :error_code, :error_timestamp) SENSITIVE = [] include Aws::Structure end |
#error_timestamp ⇒ Time
The date the error occurred, in Unix epoch time.
1706 1707 1708 1709 1710 1711 |
# File 'lib/aws-sdk-iotsitewise/types.rb', line 1706 class BatchGetAssetPropertyAggregatesErrorInfo < Struct.new( :error_code, :error_timestamp) SENSITIVE = [] include Aws::Structure end |