AWS SDK for Kotlin
Toggle table of contents
1.5.3
common
Platform filter
common
Switch theme
Skip to content
AWS SDK for Kotlin
swf
/
aws.sdk.kotlin.services.swf.model
/
ScheduleLambdaFunctionFailedCause
Schedule
Lambda
Function
Failed
Cause
sealed
class
ScheduleLambdaFunctionFailedCause
Inheritors
IdAlreadyInUse
LambdaFunctionCreationRateExceeded
LambdaServiceNotAvailableInRegion
OpenLambdaFunctionsLimitExceeded
SdkUnknown
Members
Types
Companion
Link copied to clipboard
object
Companion
Id
Already
In
Use
Link copied to clipboard
object
IdAlreadyInUse
:
ScheduleLambdaFunctionFailedCause
Lambda
Function
Creation
Rate
Exceeded
Link copied to clipboard
object
LambdaFunctionCreationRateExceeded
:
ScheduleLambdaFunctionFailedCause
Lambda
Service
Not
Available
In
Region
Link copied to clipboard
object
LambdaServiceNotAvailableInRegion
:
ScheduleLambdaFunctionFailedCause
Open
Lambda
Functions
Limit
Exceeded
Link copied to clipboard
object
OpenLambdaFunctionsLimitExceeded
:
ScheduleLambdaFunctionFailedCause
Sdk
Unknown
Link copied to clipboard
data
class
SdkUnknown
(
val
value
:
String
)
:
ScheduleLambdaFunctionFailedCause
Properties
value
Link copied to clipboard
abstract
val
value
:
String