TraitChangeSeverity

smithy.api.TraitChangeSeverity
See theTraitChangeSeverity companion object
sealed abstract class TraitChangeSeverity(_value: String, _name: String, _intValue: Int, _hints: Hints) extends Value

Value parameters

DANGER

An infraction occurred that must be resolved.

ERROR

An unrecoverable infraction occurred.

NOTE

A minor infraction occurred.

WARNING

An infraction occurred that needs attention.

Attributes

Companion
object
Graph
Supertypes
class Value
trait Serializable
trait Product
trait Equals
class Object
trait Matchable
class Any
Show all
Known subtypes
object DANGER.type
object ERROR.type
object NOTE.type
object WARNING.type

Members list

Type members

Types

override type EnumType = TraitChangeSeverity

Value members

Concrete methods

Attributes

Definition Classes

Inherited methods

def canEqual(that: Any): Boolean

Attributes

Inherited from:
Equals

Attributes

Inherited from:
Product
def productElement(n: Int): Any

Attributes

Inherited from:
Product

Attributes

Inherited from:
Product

Attributes

Inherited from:
Product

Attributes

Inherited from:
Product

Attributes

Inherited from:
Product

Concrete fields

override val hints: Hints
override val intValue: Int
override val name: String
override val value: String