mirror of
https://github.com/aptly-dev/aptly.git
synced 2026-05-30 04:20:53 +00:00
Update Go AWS SDK to the latest version
This commit is contained in:
committed by
Andrey Smirnov
parent
d08be990ef
commit
94a72b23ff
+2
@@ -84,6 +84,8 @@ func ExampleDeviceFarm_CreateProject_shared00() {
|
||||
fmt.Println(devicefarm.ErrCodeLimitExceededException, aerr.Error())
|
||||
case devicefarm.ErrCodeServiceAccountException:
|
||||
fmt.Println(devicefarm.ErrCodeServiceAccountException, aerr.Error())
|
||||
case devicefarm.ErrCodeTagOperationException:
|
||||
fmt.Println(devicefarm.ErrCodeTagOperationException, aerr.Error())
|
||||
default:
|
||||
fmt.Println(aerr.Error())
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user