AWS SDK for Kotlin
Toggle table of contents
1.6.59
common
Platform filter
common
Switch theme
Skip to content
AWS SDK for Kotlin
datapipeline
/
aws.sdk.kotlin.services.datapipeline.model
/
DataPipelineException
Data
Pipeline
Exception
open
class
DataPipelineException
Base class for all service related exceptions thrown by the DataPipeline client
Inheritors
InternalServiceError
InvalidRequestException
PipelineDeletedException
PipelineNotFoundException
TaskNotFoundException
Members
Constructors
Data
Pipeline
Exception
Link copied to clipboard
constructor
(
)
constructor
(
message
:
String
?
)
constructor
(
message
:
String
?
,
cause
:
Throwable
?
)
constructor
(
cause
:
Throwable
?
)