AWS SDK for Kotlin
Toggle table of contents
1.5.2
common
Platform filter
common
Switch theme
Skip to content
AWS SDK for Kotlin
iottwinmaker
/
aws.sdk.kotlin.services.iottwinmaker.model
/
MetadataTransferJobState
Metadata
Transfer
Job
State
sealed
class
MetadataTransferJobState
Inheritors
Cancelled
Cancelling
Completed
Error
Pending
Running
Validating
SdkUnknown
Members
Types
Cancelled
Link copied to clipboard
object
Cancelled
:
MetadataTransferJobState
Cancelling
Link copied to clipboard
object
Cancelling
:
MetadataTransferJobState
Companion
Link copied to clipboard
object
Companion
Completed
Link copied to clipboard
object
Completed
:
MetadataTransferJobState
Error
Link copied to clipboard
object
Error
:
MetadataTransferJobState
Pending
Link copied to clipboard
object
Pending
:
MetadataTransferJobState
Running
Link copied to clipboard
object
Running
:
MetadataTransferJobState
Sdk
Unknown
Link copied to clipboard
data
class
SdkUnknown
(
val
value
:
String
)
:
MetadataTransferJobState
Validating
Link copied to clipboard
object
Validating
:
MetadataTransferJobState
Properties
value
Link copied to clipboard
abstract
val
value
:
String