AWS SDK for Kotlin
Toggle table of contents
1.5.3
common
Platform filter
common
Switch theme
Skip to content
AWS SDK for Kotlin
workmail
/
aws.sdk.kotlin.services.workmail.model
/
MailboxExportJobState
Mailbox
Export
Job
State
sealed
class
MailboxExportJobState
Inheritors
Cancelled
Completed
Failed
Running
SdkUnknown
Members
Types
Cancelled
Link copied to clipboard
object
Cancelled
:
MailboxExportJobState
Companion
Link copied to clipboard
object
Companion
Completed
Link copied to clipboard
object
Completed
:
MailboxExportJobState
Failed
Link copied to clipboard
object
Failed
:
MailboxExportJobState
Running
Link copied to clipboard
object
Running
:
MailboxExportJobState
Sdk
Unknown
Link copied to clipboard
data
class
SdkUnknown
(
val
value
:
String
)
:
MailboxExportJobState
Properties
value
Link copied to clipboard
abstract
val
value
:
String