Class: Aws::IoTSiteWise::Types::DeletePortalResponse
- Inherits:
-
Struct
- Object
- Struct
- Aws::IoTSiteWise::Types::DeletePortalResponse
- Defined in:
- gems/aws-sdk-iotsitewise/lib/aws-sdk-iotsitewise/types.rb
Constant Summary collapse
- SENSITIVE =
[]
Instance Attribute Summary collapse
-
#portal_status ⇒ Types::PortalStatus
The status of the portal, which contains a state (
DELETING
after successfully calling this operation) and any error message.
Instance Attribute Details
#portal_status ⇒ Types::PortalStatus
The status of the portal, which contains a state (DELETING
after
successfully calling this operation) and any error message.
4014 4015 4016 4017 4018 |
# File 'gems/aws-sdk-iotsitewise/lib/aws-sdk-iotsitewise/types.rb', line 4014 class DeletePortalResponse < Struct.new( :portal_status) SENSITIVE = [] include Aws::Structure end |