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

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

Overview

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

[1]: docs.aws.amazon.com/iot-sitewise/latest/APIReference/API_BatchPutAssetPropertyValue.html

Constant Summary collapse

SENSITIVE =
[]

Instance Attribute Summary collapse

Instance Attribute Details

#entry_idString

The ID of the failed entry.

Returns:

  • (String)


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

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

#errorsArray<Types::BatchPutAssetPropertyError>

The list of update property value errors.



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

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