Class: Aws::IoTSiteWise::Types::PortalStatus
- Inherits:
-
Struct
- Object
- Struct
- Aws::IoTSiteWise::Types::PortalStatus
- 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
-
#error ⇒ Types::MonitorErrorDetails
Contains associated error information, if any.
-
#state ⇒ String
The current state of the portal.
Instance Attribute Details
#error ⇒ Types::MonitorErrorDetails
Contains associated error information, if any.
7302 7303 7304 7305 7306 7307 |
# File 'gems/aws-sdk-iotsitewise/lib/aws-sdk-iotsitewise/types.rb', line 7302 class PortalStatus < Struct.new( :state, :error) SENSITIVE = [] include Aws::Structure end |
#state ⇒ String
The current state of the portal.
7302 7303 7304 7305 7306 7307 |
# File 'gems/aws-sdk-iotsitewise/lib/aws-sdk-iotsitewise/types.rb', line 7302 class PortalStatus < Struct.new( :state, :error) SENSITIVE = [] include Aws::Structure end |