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

Inherits:
Struct
  • Object
show all
Defined in:
gems/aws-sdk-iotsitewise/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)


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

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

#error_codeString

The error code.

Returns:

  • (String)


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

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

#error_messageString

The associated error message.

Returns:

  • (String)


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

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