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
/
BatchRebootClusterNodesErrorCode
Batch
Reboot
Cluster
Nodes
Error
Code
sealed
class
BatchRebootClusterNodesErrorCode
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
:
BatchRebootClusterNodesErrorCode
Instance
Id
Not
Found
Link copied to clipboard
object
InstanceIdNotFound
:
BatchRebootClusterNodesErrorCode
Internal
Server
Error
Link copied to clipboard
object
InternalServerError
:
BatchRebootClusterNodesErrorCode
Invalid
Instance
Status
Link copied to clipboard
object
InvalidInstanceStatus
:
BatchRebootClusterNodesErrorCode
Sdk
Unknown
Link copied to clipboard
data
class
SdkUnknown
(
val
value
:
String
)
:
BatchRebootClusterNodesErrorCode
Properties
value
Link copied to clipboard
abstract
val
value
:
String