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

Inherits:
Struct
  • Object
show all
Defined in:
gems/aws-sdk-iotsitewise/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.



7131
7132
7133
7134
7135
7136
# File 'gems/aws-sdk-iotsitewise/lib/aws-sdk-iotsitewise/types.rb', line 7131

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

#stateString

The current state of the portal.

Returns:

  • (String)


7131
7132
7133
7134
7135
7136
# File 'gems/aws-sdk-iotsitewise/lib/aws-sdk-iotsitewise/types.rb', line 7131

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