AWS SDK for C++
AWS SDK for C++
Loading...
Searching...
No Matches
Namespaces | Enumerations | Functions
TaskStopCode.h File Reference
#include <aws/ecs/ECS_EXPORTS.h>
#include <aws/core/utils/memory/stl/AWSString.h>

Go to the source code of this file.

Namespaces

namespace  Aws
 
namespace  Aws::ECS
 
namespace  Aws::ECS::Model
 
namespace  Aws::ECS::Model::TaskStopCodeMapper
 

Enumerations

enum class  Aws::ECS::Model::TaskStopCode {
  Aws::ECS::Model::NOT_SET , Aws::ECS::Model::TaskFailedToStart , Aws::ECS::Model::EssentialContainerExited , Aws::ECS::Model::UserInitiated ,
  Aws::ECS::Model::ServiceSchedulerInitiated , Aws::ECS::Model::SpotInterruption , Aws::ECS::Model::TerminationNotice
}
 

Functions

AWS_ECS_API TaskStopCode Aws::ECS::Model::TaskStopCodeMapper::GetTaskStopCodeForName (const Aws::String &name)
 
AWS_ECS_API Aws::String Aws::ECS::Model::TaskStopCodeMapper::GetNameForTaskStopCode (TaskStopCode value)