Class: Aws::IoTSiteWise::Types::ComputationModelStatus
- Inherits:
-
Struct
- Object
- Struct
- Aws::IoTSiteWise::Types::ComputationModelStatus
- Includes:
- Structure
- Defined in:
- lib/aws-sdk-iotsitewise/types.rb
Overview
Contains current status information for a computation model.
Constant Summary collapse
- SENSITIVE =
[]
Instance Attribute Summary collapse
-
#error ⇒ Types::ErrorDetails
Contains the details of an IoT SiteWise error.
-
#state ⇒ String
The current state of the computation model.
Instance Attribute Details
#error ⇒ Types::ErrorDetails
Contains the details of an IoT SiteWise error.
3051 3052 3053 3054 3055 3056 |
# File 'lib/aws-sdk-iotsitewise/types.rb', line 3051 class ComputationModelStatus < Struct.new( :state, :error) SENSITIVE = [] include Aws::Structure end |
#state ⇒ String
The current state of the computation model.
3051 3052 3053 3054 3055 3056 |
# File 'lib/aws-sdk-iotsitewise/types.rb', line 3051 class ComputationModelStatus < Struct.new( :state, :error) SENSITIVE = [] include Aws::Structure end |