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
/
StartTimerFailedCause
Start
Timer
Failed
Cause
sealed
class
StartTimerFailedCause
Inheritors
OpenTimersLimitExceeded
OperationNotPermitted
TimerCreationRateExceeded
TimerIdAlreadyInUse
SdkUnknown
Members
Types
Companion
Link copied to clipboard
object
Companion
Open
Timers
Limit
Exceeded
Link copied to clipboard
object
OpenTimersLimitExceeded
:
StartTimerFailedCause
Operation
Not
Permitted
Link copied to clipboard
object
OperationNotPermitted
:
StartTimerFailedCause
Sdk
Unknown
Link copied to clipboard
data
class
SdkUnknown
(
val
value
:
String
)
:
StartTimerFailedCause
Timer
Creation
Rate
Exceeded
Link copied to clipboard
object
TimerCreationRateExceeded
:
StartTimerFailedCause
Timer
Id
Already
In
Use
Link copied to clipboard
object
TimerIdAlreadyInUse
:
StartTimerFailedCause
Properties
value
Link copied to clipboard
abstract
val
value
:
String