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

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


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

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

#error_messageString

The associated error message.

Returns:

  • (String)


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

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:



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

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