AWS SDK for Kotlin
Toggle table of contents
1.5.0
common
Platform filter
common
Switch theme
Skip to content
AWS SDK for Kotlin
iot
/
aws.sdk.kotlin.services.iot.model
/
RetryableFailureType
Retryable
Failure
Type
sealed
class
RetryableFailureType
Inheritors
All
Failed
TimedOut
SdkUnknown
Members
Types
All
Link copied to clipboard
object
All
:
RetryableFailureType
Companion
Link copied to clipboard
object
Companion
Failed
Link copied to clipboard
object
Failed
:
RetryableFailureType
Sdk
Unknown
Link copied to clipboard
data
class
SdkUnknown
(
val
value
:
String
)
:
RetryableFailureType
Timed
Out
Link copied to clipboard
object
TimedOut
:
RetryableFailureType
Properties
value
Link copied to clipboard
abstract
val
value
:
String