Class: Aws::IoTSiteWise::Types::ConfigurationStatus
- Inherits:
-
Struct
- Object
- Struct
- Aws::IoTSiteWise::Types::ConfigurationStatus
- Includes:
- Structure
- Defined in:
- lib/aws-sdk-iotsitewise/types.rb
Overview
Contains current status information for the configuration.
Constant Summary collapse
- SENSITIVE =
[]
Instance Attribute Summary collapse
-
#error ⇒ Types::ConfigurationErrorDetails
Contains associated error information, if any.
-
#state ⇒ String
The current state of the configuration.
Instance Attribute Details
#error ⇒ Types::ConfigurationErrorDetails
Contains associated error information, if any.
2482 2483 2484 2485 2486 2487 |
# File 'lib/aws-sdk-iotsitewise/types.rb', line 2482 class ConfigurationStatus < Struct.new( :state, :error) SENSITIVE = [] include Aws::Structure end |
#state ⇒ String
The current state of the configuration.
2482 2483 2484 2485 2486 2487 |
# File 'lib/aws-sdk-iotsitewise/types.rb', line 2482 class ConfigurationStatus < Struct.new( :state, :error) SENSITIVE = [] include Aws::Structure end |