ValidationWarning

Defines a validation warning. Validation warnings do not prevent pipeline activation. The set of validation warnings that can be returned are defined by AWS Data Pipeline.

Types

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

Properties

Link copied to clipboard
val id: String?

The identifier of the object that contains the validation warning.

Link copied to clipboard

A description of the validation warning.

Functions

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