Class: Aws::IoTSiteWise::Types::BatchPutAssetPropertyErrorEntry

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

Overview

Contains error information for asset property value entries that are associated with the BatchPutAssetPropertyValue API.

Constant Summary collapse

SENSITIVE =
[]

Instance Attribute Summary collapse

Instance Attribute Details

#entry_idString

The ID of the failed entry.

Returns:

  • (String)


2285
2286
2287
2288
2289
2290
# File 'gems/aws-sdk-iotsitewise/lib/aws-sdk-iotsitewise/types.rb', line 2285

class BatchPutAssetPropertyErrorEntry < Struct.new(
  :entry_id,
  :errors)
  SENSITIVE = []
  include Aws::Structure
end

#errorsArray<Types::BatchPutAssetPropertyError>

The list of update property value errors.



2285
2286
2287
2288
2289
2290
# File 'gems/aws-sdk-iotsitewise/lib/aws-sdk-iotsitewise/types.rb', line 2285

class BatchPutAssetPropertyErrorEntry < Struct.new(
  :entry_id,
  :errors)
  SENSITIVE = []
  include Aws::Structure
end