Class: Aws::IoTSiteWise::Types::BatchPutAssetPropertyValueResponse

Inherits:
Struct
  • Object
show all
Defined in:
gems/aws-sdk-iotsitewise/lib/aws-sdk-iotsitewise/types.rb

Constant Summary collapse

SENSITIVE =
[]

Instance Attribute Summary collapse

Instance Attribute Details

#error_entriesArray<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.



2308
2309
2310
2311
2312
# File 'gems/aws-sdk-iotsitewise/lib/aws-sdk-iotsitewise/types.rb', line 2308

class BatchPutAssetPropertyValueResponse < Struct.new(
  :error_entries)
  SENSITIVE = []
  include Aws::Structure
end