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

Inherits:
Struct
  • Object
show all
Includes:
Structure
Defined in:
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.



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