mirror of
https://github.com/aptly-dev/aptly.git
synced 2026-05-06 22:18:28 +00:00
Update Go AWS SDK to the latest version
This commit is contained in:
committed by
Andrey Smirnov
parent
d08be990ef
commit
94a72b23ff
+17
-3
@@ -55,6 +55,12 @@ const (
|
||||
// An unexpected error has occurred.
|
||||
ErrCodeInternalFailureException = "InternalFailureException"
|
||||
|
||||
// ErrCodeInvalidAggregationException for service response error code
|
||||
// "InvalidAggregationException".
|
||||
//
|
||||
// The aggregation is invalid.
|
||||
ErrCodeInvalidAggregationException = "InvalidAggregationException"
|
||||
|
||||
// ErrCodeInvalidQueryException for service response error code
|
||||
// "InvalidQueryException".
|
||||
//
|
||||
@@ -73,10 +79,18 @@ const (
|
||||
// The response is invalid.
|
||||
ErrCodeInvalidResponseException = "InvalidResponseException"
|
||||
|
||||
// ErrCodeInvalidStateTransitionException for service response error code
|
||||
// "InvalidStateTransitionException".
|
||||
//
|
||||
// An attempt was made to change to an invalid state, for example by deleting
|
||||
// a job or a job execution which is "IN_PROGRESS" without setting the force
|
||||
// parameter.
|
||||
ErrCodeInvalidStateTransitionException = "InvalidStateTransitionException"
|
||||
|
||||
// ErrCodeLimitExceededException for service response error code
|
||||
// "LimitExceededException".
|
||||
//
|
||||
// The number of attached entities exceeds the limit.
|
||||
// A limit has been exceeded.
|
||||
ErrCodeLimitExceededException = "LimitExceededException"
|
||||
|
||||
// ErrCodeMalformedPolicyException for service response error code
|
||||
@@ -156,8 +170,8 @@ const (
|
||||
// ErrCodeVersionConflictException for service response error code
|
||||
// "VersionConflictException".
|
||||
//
|
||||
// An exception thrown when the version of a thing passed to a command is different
|
||||
// than the version specified with the --version parameter.
|
||||
// An exception thrown when the version of an entity specified with the expectedVersion
|
||||
// parameter does not match the latest version in the system.
|
||||
ErrCodeVersionConflictException = "VersionConflictException"
|
||||
|
||||
// ErrCodeVersionsLimitExceededException for service response error code
|
||||
|
||||
Reference in New Issue
Block a user