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.
2309 2310 2311 2312 2313 |
# File 'lib/aws-sdk-iotsitewise/types.rb', line 2309 class BatchPutAssetPropertyValueResponse < Struct.new( :error_entries) SENSITIVE = [] include Aws::Structure end |