AWS SDK for Kotlin
1.5.3
      Platform filter
Skip to content
    AWS SDK for Kotlin
swf/aws.sdk.kotlin.services.swf.model/ScheduleLambdaFunctionFailedCause

ScheduleLambdaFunctionFailedCause

sealed class ScheduleLambdaFunctionFailedCause

Inheritors

IdAlreadyInUse
LambdaFunctionCreationRateExceeded
LambdaServiceNotAvailableInRegion
OpenLambdaFunctionsLimitExceeded
SdkUnknown

Types

Companion
Link copied to clipboard
object Companion
IdAlreadyInUse
Link copied to clipboard
object IdAlreadyInUse : ScheduleLambdaFunctionFailedCause
LambdaFunctionCreationRateExceeded
Link copied to clipboard
object LambdaFunctionCreationRateExceeded : ScheduleLambdaFunctionFailedCause
LambdaServiceNotAvailableInRegion
Link copied to clipboard
object LambdaServiceNotAvailableInRegion : ScheduleLambdaFunctionFailedCause
OpenLambdaFunctionsLimitExceeded
Link copied to clipboard
object OpenLambdaFunctionsLimitExceeded : ScheduleLambdaFunctionFailedCause
SdkUnknown
Link copied to clipboard
data class SdkUnknown(val value: String) : ScheduleLambdaFunctionFailedCause

Properties

value
Link copied to clipboard
abstract val value: String
© 2025, Amazon Web Services, Inc. or its affiliates. All rights reserved. Generated by dokka