Class: Aws::IoTSiteWise::Types::BatchGetAssetPropertyAggregatesErrorEntry

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

Overview

Contains error information for an asset property aggregate entry that is associated with the BatchGetAssetPropertyAggregates API.

Constant Summary collapse

SENSITIVE =
[]

Instance Attribute Summary collapse

Instance Attribute Details

#entry_id ⇒ String

The ID of the entry.

Returns:

  • (String)


2045
2046
2047
2048
2049
2050
2051
# File 'gems/aws-sdk-iotsitewise/lib/aws-sdk-iotsitewise/types.rb', line 2045

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

#error_code ⇒ String

The error code.

Returns:

  • (String)


2045
2046
2047
2048
2049
2050
2051
# File 'gems/aws-sdk-iotsitewise/lib/aws-sdk-iotsitewise/types.rb', line 2045

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

#error_message ⇒ String

The associated error message.

Returns:

  • (String)


2045
2046
2047
2048
2049
2050
2051
# File 'gems/aws-sdk-iotsitewise/lib/aws-sdk-iotsitewise/types.rb', line 2045

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