Class: Aws::IoTSiteWise::Types::BatchPutAssetPropertyError

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

Overview

Contains error information from updating a batch of asset property values.

Constant Summary collapse

SENSITIVE =
[]

Instance Attribute Summary collapse

Instance Attribute Details

#error_codeString

The error code.

Returns:

  • (String)


2262
2263
2264
2265
2266
2267
2268
# File 'gems/aws-sdk-iotsitewise/lib/aws-sdk-iotsitewise/types.rb', line 2262

class BatchPutAssetPropertyError < Struct.new(
  :error_code,
  :error_message,
  :timestamps)
  SENSITIVE = []
  include Aws::Structure
end

#error_messageString

The associated error message.

Returns:

  • (String)


2262
2263
2264
2265
2266
2267
2268
# File 'gems/aws-sdk-iotsitewise/lib/aws-sdk-iotsitewise/types.rb', line 2262

class BatchPutAssetPropertyError < Struct.new(
  :error_code,
  :error_message,
  :timestamps)
  SENSITIVE = []
  include Aws::Structure
end

#timestampsArray<Types::TimeInNanos>

A list of timestamps for each error, if any.

Returns:



2262
2263
2264
2265
2266
2267
2268
# File 'gems/aws-sdk-iotsitewise/lib/aws-sdk-iotsitewise/types.rb', line 2262

class BatchPutAssetPropertyError < Struct.new(
  :error_code,
  :error_message,
  :timestamps)
  SENSITIVE = []
  include Aws::Structure
end