AWS SDK for Kotlin
Toggle table of contents
1.5.107
common
Platform filter
common
Switch theme
Skip to content
AWS SDK for Kotlin
signer
/
aws.sdk.kotlin.services.signer.model
/
SigningStatus
Signing
Status
sealed
class
SigningStatus
Inheritors
Failed
InProgress
Succeeded
SdkUnknown
Members
Types
Companion
Link copied to clipboard
object
Companion
Failed
Link copied to clipboard
object
Failed
:
SigningStatus
In
Progress
Link copied to clipboard
object
InProgress
:
SigningStatus
Sdk
Unknown
Link copied to clipboard
data
class
SdkUnknown
(
val
value
:
String
)
:
SigningStatus
Succeeded
Link copied to clipboard
object
Succeeded
:
SigningStatus
Properties
value
Link copied to clipboard
abstract
val
value
:
String