mirror of
https://github.com/aptly-dev/aptly.git
synced 2026-05-08 22:30:41 +00:00
Update Go AWS SDK to the latest version
This commit is contained in:
committed by
Andrey Smirnov
parent
d08be990ef
commit
94a72b23ff
+2
-2
@@ -7,7 +7,7 @@ const (
|
||||
// ErrCodeInternalFailure for service response error code
|
||||
// "InternalFailure".
|
||||
//
|
||||
// Internal failure occurred.
|
||||
// An internal failure occurred.
|
||||
ErrCodeInternalFailure = "InternalFailure"
|
||||
|
||||
// ErrCodeModelError for service response error code
|
||||
@@ -19,7 +19,7 @@ const (
|
||||
// ErrCodeServiceUnavailable for service response error code
|
||||
// "ServiceUnavailable".
|
||||
//
|
||||
// Service is unavailable. Try your call again.
|
||||
// The service is unavailable. Try your call again.
|
||||
ErrCodeServiceUnavailable = "ServiceUnavailable"
|
||||
|
||||
// ErrCodeValidationError for service response error code
|
||||
|
||||
Reference in New Issue
Block a user