WarningGroup

Contains any warning codes and their count for the job.

Types

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

Properties

Link copied to clipboard
val code: Int?

Warning code that identifies a specific warning in the job. For more information, see https://docs.aws.amazon.com/mediaconvert/latest/ug/warning_codes.html

Link copied to clipboard
val count: Int?

The number of times this warning occurred in the job.

Functions

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