airflow.providers.amazon.aws.exceptions

Module Contents

exception airflow.providers.amazon.aws.exceptions.EcsTaskFailToStart(message)[source]

Bases: Exception

Raise when ECS tasks fail to start AFTER processing the request.

__reduce__(self)[source]

Helper for pickle.

exception airflow.providers.amazon.aws.exceptions.EcsOperatorError(failures, message)[source]

Bases: Exception

Raise when ECS cannot handle the request.

__reduce__(self)[source]

Helper for pickle.

exception airflow.providers.amazon.aws.exceptions.ECSOperatorError(*args, **kwargs)[source]

Bases: EcsOperatorError

This class is deprecated. Please use airflow.providers.amazon.aws.exceptions.EcsOperatorError.

Was this entry helpful?