Class: Aws::IoTSiteWise::Types::PortalStatus
- Inherits:
-
Struct
- Object
- Struct
- Aws::IoTSiteWise::Types::PortalStatus
- 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
-
#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.
7815 7816 7817 7818 7819 7820 |
# File 'lib/aws-sdk-iotsitewise/types.rb', line 7815 class PortalStatus < Struct.new( :state, :error) SENSITIVE = [] include Aws::Structure end |
#state ⇒ String
The current state of the portal.
7815 7816 7817 7818 7819 7820 |
# File 'lib/aws-sdk-iotsitewise/types.rb', line 7815 class PortalStatus < Struct.new( :state, :error) SENSITIVE = [] include Aws::Structure end |