Class: Aws::IoTSiteWise::Types::BatchGetAssetPropertyValueErrorInfo
- Inherits:
-
Struct
- Object
- Struct
- Aws::IoTSiteWise::Types::BatchGetAssetPropertyValueErrorInfo
- Includes:
- Structure
- Defined in:
- 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.
1913 1914 1915 1916 1917 1918 |
# File 'lib/aws-sdk-iotsitewise/types.rb', line 1913 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.
1913 1914 1915 1916 1917 1918 |
# File 'lib/aws-sdk-iotsitewise/types.rb', line 1913 class BatchGetAssetPropertyValueErrorInfo < Struct.new( :error_code, :error_timestamp) SENSITIVE = [] include Aws::Structure end |