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

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

Overview

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

[1]: docs.aws.amazon.com/iot-sitewise/latest/APIReference/API_BatchGetAssetPropertyAggregates.html

Constant Summary collapse

SENSITIVE =
[]

Instance Attribute Summary collapse

Instance Attribute Details

#entry_idString

The ID of the entry.

Returns:

  • (String)


1678
1679
1680
1681
1682
1683
1684
# File 'lib/aws-sdk-iotsitewise/types.rb', line 1678

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

#error_codeString

The error code.

Returns:

  • (String)


1678
1679
1680
1681
1682
1683
1684
# File 'lib/aws-sdk-iotsitewise/types.rb', line 1678

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

#error_messageString

The associated error message.

Returns:

  • (String)


1678
1679
1680
1681
1682
1683
1684
# File 'lib/aws-sdk-iotsitewise/types.rb', line 1678

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