AWS SDK for Kotlin
Toggle table of contents
1.5.105
common
Platform filter
common
Switch theme
Skip to content
AWS SDK for Kotlin
sagemaker
/
aws.sdk.kotlin.services.sagemaker.model
/
BatchReplaceClusterNodesErrorCode
Batch
Replace
Cluster
Nodes
Error
Code
sealed
class
BatchReplaceClusterNodesErrorCode
Inheritors
InstanceIdInUse
InstanceIdNotFound
InternalServerError
InvalidInstanceStatus
SdkUnknown
Members
Types
Companion
Link copied to clipboard
object
Companion
Instance
Id
In
Use
Link copied to clipboard
object
InstanceIdInUse
:
BatchReplaceClusterNodesErrorCode
Instance
Id
Not
Found
Link copied to clipboard
object
InstanceIdNotFound
:
BatchReplaceClusterNodesErrorCode
Internal
Server
Error
Link copied to clipboard
object
InternalServerError
:
BatchReplaceClusterNodesErrorCode
Invalid
Instance
Status
Link copied to clipboard
object
InvalidInstanceStatus
:
BatchReplaceClusterNodesErrorCode
Sdk
Unknown
Link copied to clipboard
data
class
SdkUnknown
(
val
value
:
String
)
:
BatchReplaceClusterNodesErrorCode
Properties
value
Link copied to clipboard
abstract
val
value
:
String