AWS SDK for .NET Documentation
ValidationMessage Class
AmazonAmazon.ElasticBeanstalk.ModelValidationMessage Did this page help you?   Yes   No    Tell us about it...
An error or warning for a desired configuration option value.
Declaration Syntax
C#
public class ValidationMessage
Members
All MembersConstructorsMethodsProperties



IconMemberDescription
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
Gets and sets the property Message.

A message describing the error or warning.


Namespace
Gets and sets the property Namespace.


OptionName
Gets and sets the property OptionName.


Severity
Gets and sets the property Severity.

An indication of the severity of this message:

Value

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

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.

ToString()()()()
Returns a string that represents the current object.
(Inherited from Object.)
WithMessage(String) Obsolete.
Sets the Message property

WithNamespace(String) Obsolete.
Sets the Namespace property

WithOptionName(String) Obsolete.
Sets the OptionName property

WithSeverity(String) Obsolete.
Sets the Severity property

Inheritance Hierarchy
Object
ValidationMessage

Assembly: AWSSDK (Module: AWSSDK) Version: 1.5.60.0 (1.5.60.0)