Class: Aws::IoTSiteWise::Types::ComputationModelStatus
- Inherits:
-
Struct
- Object
- Struct
- Aws::IoTSiteWise::Types::ComputationModelStatus
- Defined in:
- gems/aws-sdk-iotsitewise/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.
2684 2685 2686 2687 2688 2689 |
# File 'gems/aws-sdk-iotsitewise/lib/aws-sdk-iotsitewise/types.rb', line 2684 class ComputationModelStatus < Struct.new( :state, :error) SENSITIVE = [] include Aws::Structure end |
#state ⇒ String
The current state of the computation model.
2684 2685 2686 2687 2688 2689 |
# File 'gems/aws-sdk-iotsitewise/lib/aws-sdk-iotsitewise/types.rb', line 2684 class ComputationModelStatus < Struct.new( :state, :error) SENSITIVE = [] include Aws::Structure end |