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.
2459 2460 2461 2462 2463 2464 |
# File 'lib/aws-sdk-iotsitewise/types.rb', line 2459 class ConfigurationStatus < Struct.new( :state, :error) SENSITIVE = [] include Aws::Structure end |
#state ⇒ String
The current state of the configuration.
2459 2460 2461 2462 2463 2464 |
# File 'lib/aws-sdk-iotsitewise/types.rb', line 2459 class ConfigurationStatus < Struct.new( :state, :error) SENSITIVE = [] include Aws::Structure end |