Class: Aws::IoTSiteWise::Types::BatchPutAssetPropertyError
- Inherits:
-
Struct
- Object
- Struct
- Aws::IoTSiteWise::Types::BatchPutAssetPropertyError
- 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
-
#error_code ⇒ String
The error code.
-
#error_message ⇒ String
The associated error message.
-
#timestamps ⇒ Array<Types::TimeInNanos>
A list of timestamps for each error, if any.
Instance Attribute Details
#error_code ⇒ String
The error code.
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_message ⇒ String
The associated error message.
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 |
#timestamps ⇒ Array<Types::TimeInNanos>
A list of timestamps for each error, if any.
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 |