Skip to content

Commit

Permalink
Update error message for EventBridge creation failure
Browse files Browse the repository at this point in the history
  • Loading branch information
htahir1 committed Dec 20, 2024
1 parent 51a499a commit 7d65a20
Showing 1 changed file with 2 additions and 2 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -646,8 +646,8 @@ def prepare_or_run_pipeline(
)
except (ClientError, BotoCoreError) as e:
raise RuntimeError(
f"Failed to create EventBridge target. Please ensure you have "
f"sufficient permissions to create and manage EventBridge targets: {str(e)}"
f"Failed to create EventBridge rule or target. Please ensure you have "
f"sufficient permissions to create and manage EventBridge rules and targets: {str(e)}"
) from e

logger.info(
Expand Down

0 comments on commit 7d65a20

Please sign in to comment.