Class: Aws::IoTSiteWise::Types::BatchGetAssetPropertyValueHistoryErrorEntry
- Inherits:
-
Struct
- Object
- Struct
- Aws::IoTSiteWise::Types::BatchGetAssetPropertyValueHistoryErrorEntry
- Includes:
- Structure
- Defined in:
- lib/aws-sdk-iotsitewise/types.rb
Overview
A list of the errors (if any) associated with the batch request. Each error entry contains the ‘entryId` of the entry that failed.
Constant Summary collapse
- SENSITIVE =
[]
Instance Attribute Summary collapse
-
#entry_id ⇒ String
The ID of the entry.
-
#error_code ⇒ String
The error code.
-
#error_message ⇒ String
The associated error message.
Instance Attribute Details
#entry_id ⇒ String
The ID of the entry.
2008 2009 2010 2011 2012 2013 2014 |
# File 'lib/aws-sdk-iotsitewise/types.rb', line 2008 class BatchGetAssetPropertyValueHistoryErrorEntry < Struct.new( :error_code, :error_message, :entry_id) SENSITIVE = [] include Aws::Structure end |
#error_code ⇒ String
The error code.
2008 2009 2010 2011 2012 2013 2014 |
# File 'lib/aws-sdk-iotsitewise/types.rb', line 2008 class BatchGetAssetPropertyValueHistoryErrorEntry < Struct.new( :error_code, :error_message, :entry_id) SENSITIVE = [] include Aws::Structure end |
#error_message ⇒ String
The associated error message.
2008 2009 2010 2011 2012 2013 2014 |
# File 'lib/aws-sdk-iotsitewise/types.rb', line 2008 class BatchGetAssetPropertyValueHistoryErrorEntry < Struct.new( :error_code, :error_message, :entry_id) SENSITIVE = [] include Aws::Structure end |