Class: Aws::IoTSiteWise::Types::BatchPutAssetPropertyValueResponse
- Inherits:
-
Struct
- Object
- Struct
- Aws::IoTSiteWise::Types::BatchPutAssetPropertyValueResponse
- Includes:
- Structure
- Defined in:
- lib/aws-sdk-iotsitewise/types.rb
Constant Summary collapse
- SENSITIVE =
[]
Instance Attribute Summary collapse
-
#error_entries ⇒ Array<Types::BatchPutAssetPropertyErrorEntry>
A list of the errors (if any) associated with the batch put request.
Instance Attribute Details
#error_entries ⇒ Array<Types::BatchPutAssetPropertyErrorEntry>
A list of the errors (if any) associated with the batch put request. Each error entry contains the ‘entryId` of the entry that failed.
2305 2306 2307 2308 2309 |
# File 'lib/aws-sdk-iotsitewise/types.rb', line 2305 class BatchPutAssetPropertyValueResponse < Struct.new( :error_entries) SENSITIVE = [] include Aws::Structure end |