AWS SDK Version 2 for .NET
API Reference

AWS services or capabilities described in AWS Documentation may vary by region/location. Click Getting Started with Amazon AWS to see specific differences applicable to the China (Beijing) Region.

.NET Framework 4.5
 
An error or warning for a desired configuration option value.

Inheritance Hierarchy

System.Object
  Amazon.ElasticBeanstalk.Model.ValidationMessage

Namespace: Amazon.ElasticBeanstalk.Model
Assembly: AWSSDK.dll
Version: (assembly version)

Syntax

C#
public class ValidationMessage : Object

The ValidationMessage type exposes the following members

Constructors

NameDescription
Public Method ValidationMessage() Empty constructor used to set properties independently even when a simple constructor is available

Properties

NameTypeDescription
Public Property Message System.String Gets and sets the property Message.

A message describing the error or warning.

Public Property Namespace System.String Gets and sets the property Namespace.
Public Property OptionName System.String Gets and sets the property OptionName.
Public Property Severity Amazon.ElasticBeanstalk.ValidationSeverity Gets and sets the property Severity.

An indication of the severity of this message:

  • 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.

Version Information

.NET Framework:
Supported in: 4.5, 4.0, 3.5

.NET for Windows Store apps:
Supported in: Windows 8.1, Windows 8

.NET for Windows Phone:
Supported in: Windows Phone 8.1