-
Notifications
You must be signed in to change notification settings - Fork 1.2k
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Where to get the value of region and what is it? Give an example what is a region! #1246
Labels
guidance
Question that needs advice or information.
Comments
Try the code we include with the Aws.partition method, http://docs.aws.amazon.com/sdkforruby/api/Aws.html#partition-class_method. Aws.partition('aws').regions.map(&:name) It just returned:
|
You're seeing two different errors here.
|
I've submitted a pull-request that wraps the socket error you received above with a helpful error that indicates the likely cause and what possible regions are. |
trevorrowe
added a commit
that referenced
this issue
Jul 21, 2016
diehlaws
added
guidance
Question that needs advice or information.
and removed
question
labels
Jan 4, 2019
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
With this version the region is required.
If I use us-west-2a I get
If i use us-west-2 I get
The text was updated successfully, but these errors were encountered: