Cancellation

Contains information about the latest cancellation of an update to an Amazon EKS cluster.

Types

Link copied to clipboard
class Builder
Link copied to clipboard
object Companion

Properties

Link copied to clipboard

A message providing additional details about the cancellation, such as the reason for the cancellation or failure details.

Link copied to clipboard

The current status of the cancellation. Valid values are InProgress, Failed, and Successful.

Functions

Link copied to clipboard
inline fun copy(block: Cancellation.Builder.() -> Unit = {}): Cancellation
Link copied to clipboard
open operator override fun equals(other: Any?): Boolean
Link copied to clipboard
open override fun hashCode(): Int
Link copied to clipboard
open override fun toString(): String