AWS SDK for Kotlin
Toggle table of contents
1.6.95
common
Platform filter
common
Switch theme
Skip to content
AWS SDK for Kotlin
resiliencehubv2
/
aws.sdk.kotlin.services.resiliencehubv2.model
/
ResourceDiscoveryErrorCode
Resource
Discovery
Error
Code
sealed
class
ResourceDiscoveryErrorCode
Inheritors
AccessDenied
ClusterNotFound
InternalError
InvalidPermissions
StackNotFound
StateFileNotFound
UnsupportedCluster
SdkUnknown
Members
Types
Access
Denied
Link copied to clipboard
object
AccessDenied
:
ResourceDiscoveryErrorCode
Cluster
Not
Found
Link copied to clipboard
object
ClusterNotFound
:
ResourceDiscoveryErrorCode
Companion
Link copied to clipboard
object
Companion
Internal
Error
Link copied to clipboard
object
InternalError
:
ResourceDiscoveryErrorCode
Invalid
Permissions
Link copied to clipboard
object
InvalidPermissions
:
ResourceDiscoveryErrorCode
Sdk
Unknown
Link copied to clipboard
data
class
SdkUnknown
(
val
value
:
String
)
:
ResourceDiscoveryErrorCode
Stack
Not
Found
Link copied to clipboard
object
StackNotFound
:
ResourceDiscoveryErrorCode
State
File
Not
Found
Link copied to clipboard
object
StateFileNotFound
:
ResourceDiscoveryErrorCode
Unsupported
Cluster
Link copied to clipboard
object
UnsupportedCluster
:
ResourceDiscoveryErrorCode
Properties
value
Link copied to clipboard
abstract
val
value
:
String