toggle menu
AWS SDK for Kotlin
1.0.65
common
switch theme
customerprofiles
/
aws.sdk.kotlin.services.customerprofiles.model
/
IdentityResolutionJobStatus
Identity
Resolution
Job
Status
sealed
class
IdentityResolutionJobStatus
Inheritors
Completed
Failed
FindMatching
Merging
PartialSuccess
Pending
Preprocessing
SdkUnknown
Members
Types
Companion
Link copied to clipboard
object
Companion
Completed
Link copied to clipboard
object
Completed
:
IdentityResolutionJobStatus
Failed
Link copied to clipboard
object
Failed
:
IdentityResolutionJobStatus
Find
Matching
Link copied to clipboard
object
FindMatching
:
IdentityResolutionJobStatus
Merging
Link copied to clipboard
object
Merging
:
IdentityResolutionJobStatus
Partial
Success
Link copied to clipboard
object
PartialSuccess
:
IdentityResolutionJobStatus
Pending
Link copied to clipboard
object
Pending
:
IdentityResolutionJobStatus
Preprocessing
Link copied to clipboard
object
Preprocessing
:
IdentityResolutionJobStatus
Sdk
Unknown
Link copied to clipboard
data
class
SdkUnknown
(
val
value
:
String
)
:
IdentityResolutionJobStatus
Properties
value
Link copied to clipboard
abstract
val
value
:
String