AWS SDK for Kotlin
Toggle table of contents
1.5.1
common
Platform filter
common
Switch theme
Skip to content
AWS SDK for Kotlin
panorama
/
aws.sdk.kotlin.services.panorama.model
/
DeviceReportedStatus
Device
Reported
Status
sealed
class
DeviceReportedStatus
Inheritors
InstallError
InstallInProgress
Launched
LaunchError
RemovalFailed
RemovalInProgress
Running
Starting
Stopped
Stopping
StopError
SdkUnknown
Members
Types
Companion
Link copied to clipboard
object
Companion
Install
Error
Link copied to clipboard
object
InstallError
:
DeviceReportedStatus
Install
In
Progress
Link copied to clipboard
object
InstallInProgress
:
DeviceReportedStatus
Launched
Link copied to clipboard
object
Launched
:
DeviceReportedStatus
Launch
Error
Link copied to clipboard
object
LaunchError
:
DeviceReportedStatus
Removal
Failed
Link copied to clipboard
object
RemovalFailed
:
DeviceReportedStatus
Removal
In
Progress
Link copied to clipboard
object
RemovalInProgress
:
DeviceReportedStatus
Running
Link copied to clipboard
object
Running
:
DeviceReportedStatus
Sdk
Unknown
Link copied to clipboard
data
class
SdkUnknown
(
val
value
:
String
)
:
DeviceReportedStatus
Starting
Link copied to clipboard
object
Starting
:
DeviceReportedStatus
Stop
Error
Link copied to clipboard
object
StopError
:
DeviceReportedStatus
Stopped
Link copied to clipboard
object
Stopped
:
DeviceReportedStatus
Stopping
Link copied to clipboard
object
Stopping
:
DeviceReportedStatus
Properties
value
Link copied to clipboard
abstract
val
value
:
String