AWS SDK for C++  0.14.3
AWS SDK for C++
Namespaces | Enumerations | Functions
EventSeverity.h File Reference
#include <aws/elasticbeanstalk/ElasticBeanstalk_EXPORTS.h>
#include <aws/core/utils/memory/stl/AWSString.h>

Go to the source code of this file.

Namespaces

 Aws
 JSON (JavaScript Object Notation).
 
 Aws::ElasticBeanstalk
 
 Aws::ElasticBeanstalk::Model
 
 Aws::ElasticBeanstalk::Model::EventSeverityMapper
 

Enumerations

enum  Aws::ElasticBeanstalk::Model::EventSeverity {
  Aws::ElasticBeanstalk::Model::EventSeverity::NOT_SET, Aws::ElasticBeanstalk::Model::EventSeverity::TRACE, Aws::ElasticBeanstalk::Model::EventSeverity::DEBUG_, Aws::ElasticBeanstalk::Model::EventSeverity::INFO,
  Aws::ElasticBeanstalk::Model::EventSeverity::WARN, Aws::ElasticBeanstalk::Model::EventSeverity::ERROR_, Aws::ElasticBeanstalk::Model::EventSeverity::FATAL
}
 

Functions

AWS_ELASTICBEANSTALK_API EventSeverity Aws::ElasticBeanstalk::Model::EventSeverityMapper::GetEventSeverityForName (const Aws::String &name)
 
AWS_ELASTICBEANSTALK_API Aws::String Aws::ElasticBeanstalk::Model::EventSeverityMapper::GetNameForEventSeverity (EventSeverity value)