Class: Aws::IoTSiteWise::Types::AssetModelStatus

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

Overview

Contains current status information for an asset model. For more information, see [Asset and model states] in the *IoT SiteWise User Guide*.

[1]: docs.aws.amazon.com/iot-sitewise/latest/userguide/asset-and-model-states.html

Constant Summary collapse

SENSITIVE =
[]

Instance Attribute Summary collapse

Instance Attribute Details

#errorTypes::ErrorDetails

Contains associated error information, if any.

Returns:



937
938
939
940
941
942
# File 'lib/aws-sdk-iotsitewise/types.rb', line 937

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

#stateString

The current state of the asset model.

Returns:

  • (String)


937
938
939
940
941
942
# File 'lib/aws-sdk-iotsitewise/types.rb', line 937

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