Queries the list of regions supported by AWS S3.
Try it now
Test
RAM authorization
Request parameters
|
Parameter |
Type |
Required |
Description |
Example |
| Name |
string |
No |
The name of the metadata to query. |
example |
Response elements
|
Element |
Type |
Description |
Example |
|
object |
Schema of Response |
||
| RequestId |
string |
Id of the request |
C370DAF1-C838-4288-A1A0-9A87633D248E |
| Regions |
array<object> |
The region information. |
|
|
object |
The region details. |
||
| Code |
string |
The region code. |
us-east-2 |
| Name |
string |
The region name. |
US East (Ohio) |
Examples
Success response
JSON format
{
"RequestId": "C370DAF1-C838-4288-A1A0-9A87633D248E",
"Regions": [
{
"Code": "us-east-2",
"Name": "US East (Ohio)"
}
]
}
Error codes
|
HTTP status code |
Error code |
Error message |
Description |
|---|---|---|---|
| 400 | InternalError | An internal exception occurred, please try again later. | An inner exception was triggered. Please try again later. |
See Error Codes for a complete list.
Release notes
See Release Notes for a complete list.