toggle menu
AWS SDK for Kotlin
1.0.65
common
switch theme
cognitoidentityprovider
/
aws.sdk.kotlin.services.cognitoidentityprovider.model
/
UserImportJobStatusType
User
Import
Job
Status
Type
sealed
class
UserImportJobStatusType
Inheritors
Created
Expired
Failed
InProgress
Pending
Stopped
Stopping
Succeeded
SdkUnknown
Members
Types
Companion
Link copied to clipboard
object
Companion
Created
Link copied to clipboard
object
Created
:
UserImportJobStatusType
Expired
Link copied to clipboard
object
Expired
:
UserImportJobStatusType
Failed
Link copied to clipboard
object
Failed
:
UserImportJobStatusType
In
Progress
Link copied to clipboard
object
InProgress
:
UserImportJobStatusType
Pending
Link copied to clipboard
object
Pending
:
UserImportJobStatusType
Sdk
Unknown
Link copied to clipboard
data
class
SdkUnknown
(
val
value
:
String
)
:
UserImportJobStatusType
Stopped
Link copied to clipboard
object
Stopped
:
UserImportJobStatusType
Stopping
Link copied to clipboard
object
Stopping
:
UserImportJobStatusType
Succeeded
Link copied to clipboard
object
Succeeded
:
UserImportJobStatusType
Properties
value
Link copied to clipboard
abstract
val
value
:
String