Class: Aws::IoTSiteWise::Types::BatchGetAssetPropertyValueErrorInfo
- Inherits:
-
Struct
- Object
- Struct
- Aws::IoTSiteWise::Types::BatchGetAssetPropertyValueErrorInfo
- 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
-
#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.
1650 1651 1652 1653 1654 1655 |
# File 'gems/aws-sdk-iotsitewise/lib/aws-sdk-iotsitewise/types.rb', line 1650 class BatchGetAssetPropertyValueErrorInfo < Struct.new( :error_code, :error_timestamp) SENSITIVE = [] include Aws::Structure end |
#error_timestamp ⇒ Time
The date the error occurred, in Unix epoch time.
1650 1651 1652 1653 1654 1655 |
# File 'gems/aws-sdk-iotsitewise/lib/aws-sdk-iotsitewise/types.rb', line 1650 class BatchGetAssetPropertyValueErrorInfo < Struct.new( :error_code, :error_timestamp) SENSITIVE = [] include Aws::Structure end |