AWS SDK for Kotlin
Toggle table of contents
1.8.26
common
Platform filter
common
Switch theme
Skip to content
AWS SDK for Kotlin
iotsitewise
/
aws.sdk.kotlin.services.iotsitewise.model
/
DetailedPipelineErrorCode
Detailed
Pipeline
Error
Code
sealed
class
DetailedPipelineErrorCode
The error code for a detailed pipeline error entry.
Inheritors
ExecutionError
InternalFailure
TimedOut
ValidationError
SdkUnknown
Members
Types
Companion
Link copied to clipboard
object
Companion
Execution
Error
Link copied to clipboard
object
ExecutionError
:
DetailedPipelineErrorCode
Internal
Failure
Link copied to clipboard
object
InternalFailure
:
DetailedPipelineErrorCode
Sdk
Unknown
Link copied to clipboard
data
class
SdkUnknown
(
val
value
:
String
)
:
DetailedPipelineErrorCode
Timed
Out
Link copied to clipboard
object
TimedOut
:
DetailedPipelineErrorCode
Validation
Error
Link copied to clipboard
object
ValidationError
:
DetailedPipelineErrorCode
Properties
value
Link copied to clipboard
abstract
val
value
:
String