An error or warning for a desired configuration option value.
Assembly: AWSSDK (in AWSSDK.dll) Version: 1.4.10.0 (1.4.10.0)
Syntax
| C# | Visual Basic | Visual C++ |
public class ValidationMessage
Public Class ValidationMessage
public ref class ValidationMessage
Members
| All Members | Constructors | Properties | Methods |
| Member | Description | |
|---|---|---|
| ValidationMessage()()()() | Initializes a new instance of the ValidationMessage class | |
| Equals(Object) | (Inherited from Object.) | |
| GetHashCode()()()() |
Serves as a hash function for a particular type.
(Inherited from Object.) | |
| GetType()()()() |
Gets the Type of the current instance.
(Inherited from Object.) | |
| Message |
A message describing the error or warning.
| |
| Namespace | ||
| OptionName | ||
| Severity |
An indication of the severity of this message: Field Valueerror: This message indicates that this is not a valid setting for an option.Field Valuewarning: This message is providing information you should take into account.
Constraints: | |
| ToString()()()() | (Inherited from Object.) | |
| WithMessage(String) |
Sets the Message property
| |
| WithNamespace(String) |
Sets the Namespace property
| |
| WithOptionName(String) |
Sets the OptionName property
| |
| WithSeverity(String) |
Sets the Severity property
|