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.
2694 2695 2696 2697 2698 2699 |
# File 'gems/aws-sdk-iotsitewise/lib/aws-sdk-iotsitewise/types.rb', line 2694 class ComputationModelStatus < Struct.new( :state, :error) SENSITIVE = [] include Aws::Structure end |
#state ⇒ String
The current state of the computation model.
2694 2695 2696 2697 2698 2699 |
# File 'gems/aws-sdk-iotsitewise/lib/aws-sdk-iotsitewise/types.rb', line 2694 class ComputationModelStatus < Struct.new( :state, :error) SENSITIVE = [] include Aws::Structure end |