toggle menu
AWS SDK for Kotlin
1.0.65
common
switch theme
voiceid
/
aws.sdk.kotlin.services.voiceid.model
/
FraudsterRegistrationJobStatus
Fraudster
Registration
Job
Status
sealed
class
FraudsterRegistrationJobStatus
Inheritors
Completed
CompletedWithErrors
Failed
InProgress
Submitted
SdkUnknown
Members
Types
Companion
Link copied to clipboard
object
Companion
Completed
Link copied to clipboard
object
Completed
:
FraudsterRegistrationJobStatus
Completed
With
Errors
Link copied to clipboard
object
CompletedWithErrors
:
FraudsterRegistrationJobStatus
Failed
Link copied to clipboard
object
Failed
:
FraudsterRegistrationJobStatus
In
Progress
Link copied to clipboard
object
InProgress
:
FraudsterRegistrationJobStatus
Sdk
Unknown
Link copied to clipboard
data
class
SdkUnknown
(
val
value
:
String
)
:
FraudsterRegistrationJobStatus
Submitted
Link copied to clipboard
object
Submitted
:
FraudsterRegistrationJobStatus
Properties
value
Link copied to clipboard
abstract
val
value
:
String