AWS SDK for Kotlin
Toggle table of contents
1.5.1
common
Platform filter
common
Switch theme
Skip to content
AWS SDK for Kotlin
cognitoidentityprovider
/
aws.sdk.kotlin.services.cognitoidentityprovider.model
/
UserStatusType
User
Status
Type
sealed
class
UserStatusType
Inheritors
Archived
Compromised
Confirmed
ExternalProvider
ForceChangePassword
ResetRequired
Unconfirmed
Unknown
SdkUnknown
Members
Types
Archived
Link copied to clipboard
object
Archived
:
UserStatusType
Companion
Link copied to clipboard
object
Companion
Compromised
Link copied to clipboard
object
Compromised
:
UserStatusType
Confirmed
Link copied to clipboard
object
Confirmed
:
UserStatusType
External
Provider
Link copied to clipboard
object
ExternalProvider
:
UserStatusType
Force
Change
Password
Link copied to clipboard
object
ForceChangePassword
:
UserStatusType
Reset
Required
Link copied to clipboard
object
ResetRequired
:
UserStatusType
Sdk
Unknown
Link copied to clipboard
data
class
SdkUnknown
(
val
value
:
String
)
:
UserStatusType
Unconfirmed
Link copied to clipboard
object
Unconfirmed
:
UserStatusType
Unknown
Link copied to clipboard
object
Unknown
:
UserStatusType
Properties
value
Link copied to clipboard
abstract
val
value
:
String