Class: Aws::IoTSiteWise::Types::BatchGetAssetPropertyAggregatesErrorEntry
- Inherits:
-
Struct
- Object
- Struct
- Aws::IoTSiteWise::Types::BatchGetAssetPropertyAggregatesErrorEntry
- Defined in:
- gems/aws-sdk-iotsitewise/lib/aws-sdk-iotsitewise/types.rb
Overview
Contains error information for an asset property aggregate entry that is associated with the BatchGetAssetPropertyAggregates API.
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.
1812 1813 1814 1815 1816 1817 1818 |
# File 'gems/aws-sdk-iotsitewise/lib/aws-sdk-iotsitewise/types.rb', line 1812 class BatchGetAssetPropertyAggregatesErrorEntry < Struct.new( :error_code, :error_message, :entry_id) SENSITIVE = [] include Aws::Structure end |
#error_code ⇒ String
The error code.
1812 1813 1814 1815 1816 1817 1818 |
# File 'gems/aws-sdk-iotsitewise/lib/aws-sdk-iotsitewise/types.rb', line 1812 class BatchGetAssetPropertyAggregatesErrorEntry < Struct.new( :error_code, :error_message, :entry_id) SENSITIVE = [] include Aws::Structure end |
#error_message ⇒ String
The associated error message.
1812 1813 1814 1815 1816 1817 1818 |
# File 'gems/aws-sdk-iotsitewise/lib/aws-sdk-iotsitewise/types.rb', line 1812 class BatchGetAssetPropertyAggregatesErrorEntry < Struct.new( :error_code, :error_message, :entry_id) SENSITIVE = [] include Aws::Structure end |