Class: Aws::IoTSiteWise::Types::BatchGetAssetPropertyValueHistoryErrorEntry

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

Overview

A list of the errors (if any) associated with the batch request. Each error entry contains the ‘entryId` of the entry that failed.

Constant Summary collapse

SENSITIVE =
[]

Instance Attribute Summary collapse

Instance Attribute Details

#entry_idString

The ID of the entry.

Returns:

  • (String)


2008
2009
2010
2011
2012
2013
2014
# File 'lib/aws-sdk-iotsitewise/types.rb', line 2008

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

#error_codeString

The error code.

Returns:

  • (String)


2008
2009
2010
2011
2012
2013
2014
# File 'lib/aws-sdk-iotsitewise/types.rb', line 2008

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

#error_messageString

The associated error message.

Returns:

  • (String)


2008
2009
2010
2011
2012
2013
2014
# File 'lib/aws-sdk-iotsitewise/types.rb', line 2008

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