Class: Aws::IoTSiteWise::Types::WorkspaceStatus
- Inherits:
-
Struct
- Object
- Struct
- Aws::IoTSiteWise::Types::WorkspaceStatus
- Includes:
- Structure
- Defined in:
- lib/aws-sdk-iotsitewise/types.rb
Overview
Contains information about the current status of a workspace.
Constant Summary collapse
- SENSITIVE =
[]
Instance Attribute Summary collapse
-
#error ⇒ Types::WorkspaceErrorDetails
Contains associated error information, if any.
-
#state ⇒ String
The current state of the workspace.
Instance Attribute Details
#error ⇒ Types::WorkspaceErrorDetails
Contains associated error information, if any.
15432 15433 15434 15435 15436 15437 |
# File 'lib/aws-sdk-iotsitewise/types.rb', line 15432 class WorkspaceStatus < Struct.new( :state, :error) SENSITIVE = [] include Aws::Structure end |
#state ⇒ String
The current state of the workspace.
15432 15433 15434 15435 15436 15437 |
# File 'lib/aws-sdk-iotsitewise/types.rb', line 15432 class WorkspaceStatus < Struct.new( :state, :error) SENSITIVE = [] include Aws::Structure end |