An error or warning for a desired configuration option value.

Namespace: Amazon.ElasticBeanstalk.Model
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  
 Public

 Protected
 Instance

 Static 
 Declared

 Inherited
 XNA Framework Only 

 .NET Compact Framework Only 

 MemberDescription
ValidationMessage()()()()
Initializes a new instance of the ValidationMessage class
Equals(Object)
Determines whether the specified Object is equal to the current 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 Value

error: This message indicates that this is not a valid setting for an option.

Field Value

warning: This message is providing information you should take into account.
  • error: This message indicates that this is not a valid setting for an option.
  • warning: This message is providing information you should take into account.

Constraints:

Allowed Values
error, warning

ToString()()()()
Returns a String that represents the current Object.
(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

Inheritance Hierarchy

System..::..Object
  Amazon.ElasticBeanstalk.Model..::..ValidationMessage

See Also