C# Class Amazon.ElasticBeanstalk.EventSeverity

Constants used for properties of type EventSeverity.
Inheritance: ConstantClass
Show file Open project: aws/aws-sdk-net

Public Properties

Property Type Description
DEBUG EventSeverity
ERROR EventSeverity
FATAL EventSeverity
INFO EventSeverity
TRACE EventSeverity
WARN EventSeverity

Public Methods

Method Description
EventSeverity ( string value ) : System

This constant constructor does not need to be called if the constant you are attempting to use is already defined as a static instance of this class. This constructor should be used to construct constants that are not defined as statics, for instance if attempting to use a feature that is newer than the current version of the SDK.

FindValue ( string value ) : EventSeverity

Finds the constant for the unique value.

Method Details

EventSeverity() public method

This constant constructor does not need to be called if the constant you are attempting to use is already defined as a static instance of this class. This constructor should be used to construct constants that are not defined as statics, for instance if attempting to use a feature that is newer than the current version of the SDK.
public EventSeverity ( string value ) : System
value string
return System

FindValue() public static method

Finds the constant for the unique value.
public static FindValue ( string value ) : EventSeverity
value string The unique value for the constant
return EventSeverity

Property Details

DEBUG public static property

Constant DEBUG for EventSeverity
public static EventSeverity,Amazon.ElasticBeanstalk DEBUG
return EventSeverity

ERROR public static property

Constant ERROR for EventSeverity
public static EventSeverity,Amazon.ElasticBeanstalk ERROR
return EventSeverity

FATAL public static property

Constant FATAL for EventSeverity
public static EventSeverity,Amazon.ElasticBeanstalk FATAL
return EventSeverity

INFO public static property

Constant INFO for EventSeverity
public static EventSeverity,Amazon.ElasticBeanstalk INFO
return EventSeverity

TRACE public static property

Constant TRACE for EventSeverity
public static EventSeverity,Amazon.ElasticBeanstalk TRACE
return EventSeverity

WARN public static property

Constant WARN for EventSeverity
public static EventSeverity,Amazon.ElasticBeanstalk WARN
return EventSeverity