Failure

class Failure

A failed resource. For a list of common causes, see API failure reasons in the Amazon Elastic Container Service Developer Guide.

Types

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

Properties

Link copied to clipboard
val arn: String?

The Amazon Resource Name (ARN) of the failed resource.

Link copied to clipboard

The details of the failure.

Link copied to clipboard

The reason for the failure.

Functions

Link copied to clipboard
inline fun copy(block: Failure.Builder.() -> Unit = {}): Failure
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