Class: Aws::IoTSiteWise::Types::DeletePortalResponse

Inherits:
Struct
  • Object
show all
Defined in:
gems/aws-sdk-iotsitewise/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 (DELETING after successfully calling this operation) and any error message.

Returns:



3634
3635
3636
3637
3638
# File 'gems/aws-sdk-iotsitewise/lib/aws-sdk-iotsitewise/types.rb', line 3634

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