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
/
PipelineErrorCode
Pipeline
Error
Code
sealed
class
PipelineErrorCode
Classification of a pipeline 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
:
PipelineErrorCode
Internal
Failure
Link copied to clipboard
object
InternalFailure
:
PipelineErrorCode
Sdk
Unknown
Link copied to clipboard
data
class
SdkUnknown
(
val
value
:
String
)
:
PipelineErrorCode
Timed
Out
Link copied to clipboard
object
TimedOut
:
PipelineErrorCode
Validation
Error
Link copied to clipboard
object
ValidationError
:
PipelineErrorCode
Properties
value
Link copied to clipboard
abstract
val
value
:
String