AWS SDK for Kotlin
Toggle table of contents
1.5.1
common
Platform filter
common
Switch theme
Skip to content
AWS SDK for Kotlin
licensemanager
/
aws.sdk.kotlin.services.licensemanager.model
/
ReceivedStatus
Received
Status
sealed
class
ReceivedStatus
Inheritors
Active
Deleted
Disabled
FailedWorkflow
PendingAccept
PendingWorkflow
Rejected
WorkflowCompleted
SdkUnknown
Members
Types
Active
Link copied to clipboard
object
Active
:
ReceivedStatus
Companion
Link copied to clipboard
object
Companion
Deleted
Link copied to clipboard
object
Deleted
:
ReceivedStatus
Disabled
Link copied to clipboard
object
Disabled
:
ReceivedStatus
Failed
Workflow
Link copied to clipboard
object
FailedWorkflow
:
ReceivedStatus
Pending
Accept
Link copied to clipboard
object
PendingAccept
:
ReceivedStatus
Pending
Workflow
Link copied to clipboard
object
PendingWorkflow
:
ReceivedStatus
Rejected
Link copied to clipboard
object
Rejected
:
ReceivedStatus
Sdk
Unknown
Link copied to clipboard
data
class
SdkUnknown
(
val
value
:
String
)
:
ReceivedStatus
Workflow
Completed
Link copied to clipboard
object
WorkflowCompleted
:
ReceivedStatus
Properties
value
Link copied to clipboard
abstract
val
value
:
String