AWS SDK for Kotlin
Toggle table of contents
1.5.0
common
Platform filter
common
Switch theme
Skip to content
AWS SDK for Kotlin
mpa
/
aws.sdk.kotlin.services.mpa.model
/
IdentityStatus
Identity
Status
sealed
class
IdentityStatus
Inheritors
Accepted
Invalid
Pending
Rejected
SdkUnknown
Members
Types
Accepted
Link copied to clipboard
object
Accepted
:
IdentityStatus
Companion
Link copied to clipboard
object
Companion
Invalid
Link copied to clipboard
object
Invalid
:
IdentityStatus
Pending
Link copied to clipboard
object
Pending
:
IdentityStatus
Rejected
Link copied to clipboard
object
Rejected
:
IdentityStatus
Sdk
Unknown
Link copied to clipboard
data
class
SdkUnknown
(
val
value
:
String
)
:
IdentityStatus
Properties
value
Link copied to clipboard
abstract
val
value
:
String