-
-
Save rowan-m/4742109 to your computer and use it in GitHub Desktop.
What happens if you try to create an application version with an existing name?
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
rowan@swordbean:~/ground-up$ elastic-beanstalk-create-application-version -a asciigram -d 'Version from Zip file' \ | |
-l tryToOverwrite -s elasticbeanstalk-us-east-1-837326383672/v20130208172455.zip | |
ApplicationName | DateCreated | DateUpdated | Description | SourceBundle | VersionLabel | |
--------------------------------------------------------------------------------------- | |
asciigram | 2013-02-08 21:29:53 +0000 | 2013-02-08 21:29:53 +0000 | Version from Zip file | elasticbeanstalk-us-east-1-837326383672/v20130208172455.zip | tryToOverwrite | |
rowan@swordbean:~/ground-up$ elastic-beanstalk-create-application-version -a asciigram -d 'Version from Zip file' \ | |
-l tryToOverwrite -s elasticbeanstalk-us-east-1-837326383672/v20130208172455.zip | |
Service returned an error. | |
Type: Sender | |
Code: InvalidParameterValue | |
Message: Application Version tryToOverwrite already exists. |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment