AWS SDK for Kotlin
Toggle table of contents
1.5.77
common
Platform filter
common
Switch theme
Skip to content
AWS SDK for Kotlin
sagemaker
/
aws.sdk.kotlin.services.sagemaker.model
/
SoftwareUpdateStatus
Software
Update
Status
sealed
class
SoftwareUpdateStatus
Inheritors
Failed
InProgress
Pending
RollbackComplete
RollbackInProgress
Succeeded
SdkUnknown
Members
Types
Companion
Link copied to clipboard
object
Companion
Failed
Link copied to clipboard
object
Failed
:
SoftwareUpdateStatus
In
Progress
Link copied to clipboard
object
InProgress
:
SoftwareUpdateStatus
Pending
Link copied to clipboard
object
Pending
:
SoftwareUpdateStatus
Rollback
Complete
Link copied to clipboard
object
RollbackComplete
:
SoftwareUpdateStatus
Rollback
In
Progress
Link copied to clipboard
object
RollbackInProgress
:
SoftwareUpdateStatus
Sdk
Unknown
Link copied to clipboard
data
class
SdkUnknown
(
val
value
:
String
)
:
SoftwareUpdateStatus
Succeeded
Link copied to clipboard
object
Succeeded
:
SoftwareUpdateStatus
Properties
value
Link copied to clipboard
abstract
val
value
:
String