Class: Aws::IoTSiteWise::Types::WorkspaceStatus

Inherits:
Struct
  • Object
show all
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

Instance Attribute Details

#errorTypes::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

#stateString

The current state of the workspace.

Returns:

  • (String)


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