AWS SDK for Kotlin
Toggle table of contents
1.6.52
common
Platform filter
common
Switch theme
Skip to content
AWS SDK for Kotlin
sagemakerruntime
/
aws.sdk.kotlin.services.sagemakerruntime.model
/
SageMakerRuntimeException
Sage
Maker
Runtime
Exception
open
class
SageMakerRuntimeException
Base class for all service related exceptions thrown by the SageMakerRuntime client
Inheritors
InternalDependencyException
InternalFailure
InternalStreamFailure
ModelError
ModelNotReadyException
ModelStreamError
ServiceUnavailable
ValidationError
Members
Constructors
Sage
Maker
Runtime
Exception
Link copied to clipboard
constructor
(
)
constructor
(
message
:
String
?
)
constructor
(
message
:
String
?
,
cause
:
Throwable
?
)
constructor
(
cause
:
Throwable
?
)