diff --git a/sceptre/connection_manager.py b/sceptre/connection_manager.py index 893ff97cd..ea741d50b 100644 --- a/sceptre/connection_manager.py +++ b/sceptre/connection_manager.py @@ -480,7 +480,7 @@ def call( raise SceptreException( "ForbiddenException: Confirm your current AWS profile is authenticated", "and has the necessary access.", - ) + ) from err else: raise