AWS SDK for Kotlin
Toggle table of contents
1.5.0
common
Platform filter
common
Switch theme
Skip to content
AWS SDK for Kotlin
bedrockdataautomationruntime
/
aws.sdk.kotlin.services.bedrockdataautomationruntime.model
/
AutomationJobStatus
Automation
Job
Status
sealed
class
AutomationJobStatus
List of status supported by automation jobs
Inheritors
ClientError
Created
InProgress
ServiceError
Success
SdkUnknown
Members
Types
Client
Error
Link copied to clipboard
object
ClientError
:
AutomationJobStatus
Companion
Link copied to clipboard
object
Companion
Created
Link copied to clipboard
object
Created
:
AutomationJobStatus
In
Progress
Link copied to clipboard
object
InProgress
:
AutomationJobStatus
Sdk
Unknown
Link copied to clipboard
data
class
SdkUnknown
(
val
value
:
String
)
:
AutomationJobStatus
Service
Error
Link copied to clipboard
object
ServiceError
:
AutomationJobStatus
Success
Link copied to clipboard
object
Success
:
AutomationJobStatus
Properties
value
Link copied to clipboard
abstract
val
value
:
String