AWS SDK for Kotlin
Toggle table of contents
1.5.2
common
Platform filter
common
Switch theme
Skip to content
AWS SDK for Kotlin
acmpca
/
aws.sdk.kotlin.services.acmpca.model
/
FailureReason
Failure
Reason
sealed
class
FailureReason
Inheritors
Other
RequestTimedOut
UnsupportedAlgorithm
SdkUnknown
Members
Types
Companion
Link copied to clipboard
object
Companion
Other
Link copied to clipboard
object
Other
:
FailureReason
Request
Timed
Out
Link copied to clipboard
object
RequestTimedOut
:
FailureReason
Sdk
Unknown
Link copied to clipboard
data
class
SdkUnknown
(
val
value
:
String
)
:
FailureReason
Unsupported
Algorithm
Link copied to clipboard
object
UnsupportedAlgorithm
:
FailureReason
Properties
value
Link copied to clipboard
abstract
val
value
:
String