ValidationError

The error code and error message that is returned for a parameter or parameter combination that is not valid when a new launch template or new version of a launch template is created.

Types

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

Properties

Link copied to clipboard
val code: String?

The error code that indicates why the parameter or parameter combination is not valid. For more information about error codes, see Error codes.

Link copied to clipboard

The error message that describes why the parameter or parameter combination is not valid. For more information about error messages, see Error codes.

Functions

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