AWS SDK for Kotlin
Toggle table of contents
1.8.17
common
Platform filter
common
Switch theme
Skip to content
AWS SDK for Kotlin
iotsitewise
/
aws.sdk.kotlin.services.iotsitewise.model
/
ComputeNodeErrorCode
Compute
Node
Error
Code
sealed
class
ComputeNodeErrorCode
Classification of a compute node execution failure.
Inheritors
ExecutionError
InternalFailure
TimedOut
ValidationError
SdkUnknown
Members
Types
Companion
Link copied to clipboard
object
Companion
Execution
Error
Link copied to clipboard
object
ExecutionError
:
ComputeNodeErrorCode
Internal
Failure
Link copied to clipboard
object
InternalFailure
:
ComputeNodeErrorCode
Sdk
Unknown
Link copied to clipboard
data
class
SdkUnknown
(
val
value
:
String
)
:
ComputeNodeErrorCode
Timed
Out
Link copied to clipboard
object
TimedOut
:
ComputeNodeErrorCode
Validation
Error
Link copied to clipboard
object
ValidationError
:
ComputeNodeErrorCode
Properties
value
Link copied to clipboard
abstract
val
value
:
String