Class: Aws::IoTSiteWise::Types::AssetErrorDetails

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

Overview

Contains error details for the requested associate project asset action.

Constant Summary collapse

SENSITIVE =
[]

Instance Attribute Summary collapse

Instance Attribute Details

#asset_idString

The ID of the asset, in UUID format.

Returns:

  • (String)


350
351
352
353
354
355
356
# File 'lib/aws-sdk-iotsitewise/types.rb', line 350

class AssetErrorDetails < Struct.new(
  :asset_id,
  :code,
  :message)
  SENSITIVE = []
  include Aws::Structure
end

#codeString

The error code.

Returns:

  • (String)


350
351
352
353
354
355
356
# File 'lib/aws-sdk-iotsitewise/types.rb', line 350

class AssetErrorDetails < Struct.new(
  :asset_id,
  :code,
  :message)
  SENSITIVE = []
  include Aws::Structure
end

#messageString

The error message.

Returns:

  • (String)


350
351
352
353
354
355
356
# File 'lib/aws-sdk-iotsitewise/types.rb', line 350

class AssetErrorDetails < Struct.new(
  :asset_id,
  :code,
  :message)
  SENSITIVE = []
  include Aws::Structure
end