Class: Aws::IoTSiteWise::Types::UpdatePortalResponse

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

Constant Summary collapse

SENSITIVE =
[]

Instance Attribute Summary collapse

Instance Attribute Details

#portal_statusTypes::PortalStatus

The status of the portal, which contains a state (‘UPDATING` after successfully calling this operation) and any error message.

Returns:



8909
8910
8911
8912
8913
# File 'lib/aws-sdk-iotsitewise/types.rb', line 8909

class UpdatePortalResponse < Struct.new(
  :portal_status)
  SENSITIVE = []
  include Aws::Structure
end