Class: Aws::IoTSiteWise::Types::PortalStatus

Inherits:
Struct
  • Object
show all
Includes:
Structure
Defined in:
lib/aws-sdk-iotsitewise/types.rb

Overview

Contains information about the current status of a portal.

Constant Summary collapse

SENSITIVE =
[]

Instance Attribute Summary collapse

Instance Attribute Details

#errorTypes::MonitorErrorDetails

Contains associated error information, if any.



7302
7303
7304
7305
7306
7307
# File 'lib/aws-sdk-iotsitewise/types.rb', line 7302

class PortalStatus < Struct.new(
  :state,
  :error)
  SENSITIVE = []
  include Aws::Structure
end

#stateString

The current state of the portal.

Returns:

  • (String)


7302
7303
7304
7305
7306
7307
# File 'lib/aws-sdk-iotsitewise/types.rb', line 7302

class PortalStatus < Struct.new(
  :state,
  :error)
  SENSITIVE = []
  include Aws::Structure
end