Class: Aws::IoTSiteWise::Types::AssetStatus

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

Overview

Contains information about the current status of an asset. For more information, see Asset and model states in the IoT SiteWise User Guide.

Constant Summary collapse

SENSITIVE =
[]

Instance Attribute Summary collapse

Instance Attribute Details

#errorTypes::ErrorDetails

Contains associated error information, if any.

Returns:



1238
1239
1240
1241
1242
1243
# File 'gems/aws-sdk-iotsitewise/lib/aws-sdk-iotsitewise/types.rb', line 1238

class AssetStatus < Struct.new(
  :state,
  :error)
  SENSITIVE = []
  include Aws::Structure
end

#stateString

The current status of the asset.

Returns:

  • (String)


1238
1239
1240
1241
1242
1243
# File 'gems/aws-sdk-iotsitewise/lib/aws-sdk-iotsitewise/types.rb', line 1238

class AssetStatus < Struct.new(
  :state,
  :error)
  SENSITIVE = []
  include Aws::Structure
end