Class: Aws::IoTSiteWise::Types::BatchPutAssetPropertyErrorEntry
- Inherits:
-
Struct
- Object
- Struct
- Aws::IoTSiteWise::Types::BatchPutAssetPropertyErrorEntry
- Includes:
- Structure
- Defined in:
- lib/aws-sdk-iotsitewise/types.rb
Overview
Contains error information for asset property value entries that are associated with the [BatchPutAssetPropertyValue] API.
[1]: docs.aws.amazon.com/iot-sitewise/latest/APIReference/API_BatchPutAssetPropertyValue.html
Constant Summary collapse
- SENSITIVE =
[]
Instance Attribute Summary collapse
-
#entry_id ⇒ String
The ID of the failed entry.
-
#errors ⇒ Array<Types::BatchPutAssetPropertyError>
The list of update property value errors.
Instance Attribute Details
#entry_id ⇒ String
The ID of the failed entry.
2286 2287 2288 2289 2290 2291 |
# File 'lib/aws-sdk-iotsitewise/types.rb', line 2286 class BatchPutAssetPropertyErrorEntry < Struct.new( :entry_id, :errors) SENSITIVE = [] include Aws::Structure end |
#errors ⇒ Array<Types::BatchPutAssetPropertyError>
The list of update property value errors.
2286 2287 2288 2289 2290 2291 |
# File 'lib/aws-sdk-iotsitewise/types.rb', line 2286 class BatchPutAssetPropertyErrorEntry < Struct.new( :entry_id, :errors) SENSITIVE = [] include Aws::Structure end |