airflow.providers.amazon.aws.exceptions¶
Exceptions¶
Raise when ECS tasks fail to start AFTER processing the request. |
|
Raise when ECS cannot handle the request. |
|
When parse_s3_url fails to parse URL, this error is thrown. |
Module Contents¶
- exception airflow.providers.amazon.aws.exceptions.EcsTaskFailToStart(message)[source]¶
Bases:
Exception
Raise when ECS tasks fail to start AFTER processing the request.
- exception airflow.providers.amazon.aws.exceptions.EcsOperatorError(failures, message)[source]¶
Bases:
Exception
Raise when ECS cannot handle the request.
- exception airflow.providers.amazon.aws.exceptions.S3HookUriParseFailure[source]¶
Bases:
airflow.exceptions.AirflowException
When parse_s3_url fails to parse URL, this error is thrown.