AWS SDK for Kotlin
Toggle table of contents
1.4.120
common
Platform filter
common
Switch theme
Skip to content
AWS SDK for Kotlin
wellarchitected
/
aws.sdk.kotlin.services.wellarchitected.model
/
CheckFailureReason
Check
Failure
Reason
sealed
class
CheckFailureReason
Inheritors
AccessDenied
AssumeRoleError
PremiumSupportRequired
UnknownError
SdkUnknown
Members
Types
Access
Denied
Link copied to clipboard
object
AccessDenied
:
CheckFailureReason
Assume
Role
Error
Link copied to clipboard
object
AssumeRoleError
:
CheckFailureReason
Companion
Link copied to clipboard
object
Companion
Premium
Support
Required
Link copied to clipboard
object
PremiumSupportRequired
:
CheckFailureReason
Sdk
Unknown
Link copied to clipboard
data
class
SdkUnknown
(
val
value
:
String
)
:
CheckFailureReason
Unknown
Error
Link copied to clipboard
object
UnknownError
:
CheckFailureReason
Properties
value
Link copied to clipboard
abstract
val
value
:
String