AWS SDK for Kotlin
Toggle table of contents
1.5.104
common
Platform filter
common
Switch theme
Skip to content
AWS SDK for Kotlin
lambda
/
aws.sdk.kotlin.services.lambda.model
/
State
State
sealed
class
State
Inheritors
Active
ActiveNonInvocable
Deactivated
Deactivating
Deleting
Failed
Inactive
Pending
SdkUnknown
Members
Types
Active
Link copied to clipboard
object
Active
:
State
Active
Non
Invocable
Link copied to clipboard
object
ActiveNonInvocable
:
State
Companion
Link copied to clipboard
object
Companion
Deactivated
Link copied to clipboard
object
Deactivated
:
State
Deactivating
Link copied to clipboard
object
Deactivating
:
State
Deleting
Link copied to clipboard
object
Deleting
:
State
Failed
Link copied to clipboard
object
Failed
:
State
Inactive
Link copied to clipboard
object
Inactive
:
State
Pending
Link copied to clipboard
object
Pending
:
State
Sdk
Unknown
Link copied to clipboard
data
class
SdkUnknown
(
val
value
:
String
)
:
State
Properties
value
Link copied to clipboard
abstract
val
value
:
String