Skip to content

Commit 0f99484

Browse files
author
Clement Demonchy
authored
Update layer1.py
1 parent 736ff21 commit 0f99484

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

boto/beanstalk/layer1.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -773,7 +773,7 @@ def rebuild_environment(self, environment_id=None, environment_name=None):
773773
both. If you do not specify either, AWS Elastic Beanstalk returns
774774
MissingRequiredParameter error.
775775
776-
:raises InvalidParameterValue: If the environment hadn't be created or is terminated
776+
:raises InvalidParameterValue: If environment_name doesn't refer to a currently active environment
777777
:raises: InsufficientPrivilegesException
778778
"""
779779
params = {}

0 commit comments

Comments
 (0)