From 0f9948428a272edb117f54a7a0ce4e771576dc8f Mon Sep 17 00:00:00 2001 From: Clement Demonchy Date: Tue, 24 Oct 2017 18:25:35 +0200 Subject: Update layer1.py --- boto/beanstalk/layer1.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/boto/beanstalk/layer1.py b/boto/beanstalk/layer1.py index b4b745e4..aa2c876e 100644 --- a/boto/beanstalk/layer1.py +++ b/boto/beanstalk/layer1.py @@ -773,7 +773,7 @@ class Layer1(AWSQueryConnection): both. If you do not specify either, AWS Elastic Beanstalk returns MissingRequiredParameter error. - :raises InvalidParameterValue: If the environment hadn't be created or is terminated + :raises InvalidParameterValue: If environment_name doesn't refer to a currently active environment :raises: InsufficientPrivilegesException """ params = {} -- cgit v1.2.1