toggle menu
AWS SDK for Kotlin
1.0.65
common
switch theme
transfer
/
aws.sdk.kotlin.services.transfer.model
/
ExecutionErrorType
Execution
Error
Type
sealed
class
ExecutionErrorType
Inheritors
AlreadyExists
BadRequest
CustomStepFailed
InternalServerError
NotFound
PermissionDenied
Throttled
Timeout
SdkUnknown
Members
Types
Already
Exists
Link copied to clipboard
object
AlreadyExists
:
ExecutionErrorType
Bad
Request
Link copied to clipboard
object
BadRequest
:
ExecutionErrorType
Companion
Link copied to clipboard
object
Companion
Custom
Step
Failed
Link copied to clipboard
object
CustomStepFailed
:
ExecutionErrorType
Internal
Server
Error
Link copied to clipboard
object
InternalServerError
:
ExecutionErrorType
Not
Found
Link copied to clipboard
object
NotFound
:
ExecutionErrorType
Permission
Denied
Link copied to clipboard
object
PermissionDenied
:
ExecutionErrorType
Sdk
Unknown
Link copied to clipboard
data
class
SdkUnknown
(
val
value
:
String
)
:
ExecutionErrorType
Throttled
Link copied to clipboard
object
Throttled
:
ExecutionErrorType
Timeout
Link copied to clipboard
object
Timeout
:
ExecutionErrorType
Properties
value
Link copied to clipboard
abstract
val
value
:
String