ValidationWarning class

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.

Constructors

ValidationWarning({String? id, List<String>? warnings})
ValidationWarning.fromJson(Map<String, dynamic> json)
factory

Properties

hashCode int
The hash code for this object.
no setterinherited
id String?
The identifier of the object that contains the validation warning.
final
runtimeType Type
A representation of the runtime type of the object.
no setterinherited
warnings List<String>?
A description of the validation warning.
final

Methods

noSuchMethod(Invocation invocation) → dynamic
Invoked when a nonexistent method or property is accessed.
inherited
toString() String
A string representation of this object.
inherited

Operators

operator ==(Object other) bool
The equality operator.
inherited