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__()[source]

Helper for pickle.

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

Bases: Exception

Raise when ECS cannot handle the request.

__reduce__()[source]

Helper for pickle.

Was this entry helpful?