C# Class Amazon.ElasticBeanstalk.Model.ValidationMessage

An error or warning for a desired configuration option value.
Datei anzeigen Open project: aws/aws-sdk-net

Public Methods

Method Description
ValidationMessage ( ) : System

Empty constructor used to set properties independently even when a simple constructor is available

Private Methods

Method Description
IsSetMessage ( ) : bool
IsSetNamespace ( ) : bool
IsSetOptionName ( ) : bool
IsSetSeverity ( ) : bool

Method Details

ValidationMessage() public method

Empty constructor used to set properties independently even when a simple constructor is available
public ValidationMessage ( ) : System
return System