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. |
|
Raise when an S3 object key resolves outside the target local directory. |
|
Raised when a Neptune Analytics graph fails to reach the available state. |
|
Raised when a Neptune Analytics private graph endpoint fails to be created. |
|
Raised when a Neptune Analytics private graph endpoint fails to be deleted. |
|
Raised when a Neptune Analytics graph deletion encounters an unexpected AWS error. |
|
Raised when a Neptune Analytics import task cancellation fails or returns an unexpected status. |
|
Raised when a Neptune Analytics import task fails to complete successfully. |
Module Contents¶
- exception airflow.providers.amazon.aws.exceptions.EcsTaskFailToStart(message)[source]¶
Bases:
ExceptionRaise when ECS tasks fail to start AFTER processing the request.
- exception airflow.providers.amazon.aws.exceptions.EcsOperatorError(failures, message)[source]¶
Bases:
ExceptionRaise when ECS cannot handle the request.
- exception airflow.providers.amazon.aws.exceptions.S3HookUriParseFailure[source]¶
Bases:
airflow.providers.common.compat.sdk.AirflowExceptionWhen parse_s3_url fails to parse URL, this error is thrown.
- exception airflow.providers.amazon.aws.exceptions.S3HookPathTraversalError[source]¶
Bases:
airflow.providers.common.compat.sdk.AirflowExceptionRaise when an S3 object key resolves outside the target local directory.
- exception airflow.providers.amazon.aws.exceptions.NeptuneGraphCreationFailedError[source]¶
Bases:
airflow.providers.common.compat.sdk.AirflowExceptionRaised when a Neptune Analytics graph fails to reach the available state.
- exception airflow.providers.amazon.aws.exceptions.NeptunePrivateEndpointCreationFailedError[source]¶
Bases:
airflow.providers.common.compat.sdk.AirflowExceptionRaised when a Neptune Analytics private graph endpoint fails to be created.
- exception airflow.providers.amazon.aws.exceptions.NeptunePrivateEndpointDeletionFailedError[source]¶
Bases:
airflow.providers.common.compat.sdk.AirflowExceptionRaised when a Neptune Analytics private graph endpoint fails to be deleted.
- exception airflow.providers.amazon.aws.exceptions.NeptuneGraphDeletionFailedError[source]¶
Bases:
airflow.providers.common.compat.sdk.AirflowExceptionRaised when a Neptune Analytics graph deletion encounters an unexpected AWS error.
- exception airflow.providers.amazon.aws.exceptions.NeptuneImportTaskCancellationFailedError[source]¶
Bases:
airflow.providers.common.compat.sdk.AirflowExceptionRaised when a Neptune Analytics import task cancellation fails or returns an unexpected status.
- exception airflow.providers.amazon.aws.exceptions.NeptuneImportTaskFailedError[source]¶
Bases:
airflow.providers.common.compat.sdk.AirflowExceptionRaised when a Neptune Analytics import task fails to complete successfully.