AWS SDK for Kotlin
Toggle table of contents
1.5.1
common
Platform filter
common
Switch theme
Skip to content
AWS SDK for Kotlin
budgets
/
aws.sdk.kotlin.services.budgets.model
/
ActionStatus
Action
Status
sealed
class
ActionStatus
Inheritors
ExecutionFailure
ExecutionInProgress
ExecutionSuccess
Pending
ResetFailure
ResetInProgress
ReverseFailure
ReverseInProgress
ReverseSuccess
Standby
SdkUnknown
Members
Types
Companion
Link copied to clipboard
object
Companion
Execution
Failure
Link copied to clipboard
object
ExecutionFailure
:
ActionStatus
Execution
In
Progress
Link copied to clipboard
object
ExecutionInProgress
:
ActionStatus
Execution
Success
Link copied to clipboard
object
ExecutionSuccess
:
ActionStatus
Pending
Link copied to clipboard
object
Pending
:
ActionStatus
Reset
Failure
Link copied to clipboard
object
ResetFailure
:
ActionStatus
Reset
In
Progress
Link copied to clipboard
object
ResetInProgress
:
ActionStatus
Reverse
Failure
Link copied to clipboard
object
ReverseFailure
:
ActionStatus
Reverse
In
Progress
Link copied to clipboard
object
ReverseInProgress
:
ActionStatus
Reverse
Success
Link copied to clipboard
object
ReverseSuccess
:
ActionStatus
Sdk
Unknown
Link copied to clipboard
data
class
SdkUnknown
(
val
value
:
String
)
:
ActionStatus
Standby
Link copied to clipboard
object
Standby
:
ActionStatus
Properties
value
Link copied to clipboard
abstract
val
value
:
String