AWS SDK for Kotlin
Toggle table of contents
1.5.0
common
Platform filter
common
Switch theme
Skip to content
AWS SDK for Kotlin
sagemaker
/
aws.sdk.kotlin.services.sagemaker.model
/
UserProfileStatus
User
Profile
Status
sealed
class
UserProfileStatus
Inheritors
DeleteFailed
Deleting
Failed
InService
Pending
UpdateFailed
Updating
SdkUnknown
Members
Types
Companion
Link copied to clipboard
object
Companion
Delete
Failed
Link copied to clipboard
object
DeleteFailed
:
UserProfileStatus
Deleting
Link copied to clipboard
object
Deleting
:
UserProfileStatus
Failed
Link copied to clipboard
object
Failed
:
UserProfileStatus
In
Service
Link copied to clipboard
object
InService
:
UserProfileStatus
Pending
Link copied to clipboard
object
Pending
:
UserProfileStatus
Sdk
Unknown
Link copied to clipboard
data
class
SdkUnknown
(
val
value
:
String
)
:
UserProfileStatus
Update
Failed
Link copied to clipboard
object
UpdateFailed
:
UserProfileStatus
Updating
Link copied to clipboard
object
Updating
:
UserProfileStatus
Properties
value
Link copied to clipboard
abstract
val
value
:
String