mirror of
https://github.com/aptly-dev/aptly.git
synced 2026-06-02 04:50:49 +00:00
Update Go AWS SDK to the latest version
This commit is contained in:
committed by
Andrey Smirnov
parent
d08be990ef
commit
94a72b23ff
+18
-3
@@ -4,13 +4,21 @@ package iam
|
||||
|
||||
const (
|
||||
|
||||
// ErrCodeConcurrentModificationException for service response error code
|
||||
// "ConcurrentModification".
|
||||
//
|
||||
// The request was rejected because multiple requests to change this object
|
||||
// were submitted simultaneously. Wait a few minutes and submit your request
|
||||
// again.
|
||||
ErrCodeConcurrentModificationException = "ConcurrentModification"
|
||||
|
||||
// ErrCodeCredentialReportExpiredException for service response error code
|
||||
// "ReportExpired".
|
||||
//
|
||||
// The request was rejected because the most recent credential report has expired.
|
||||
// To generate a new credential report, use GenerateCredentialReport. For more
|
||||
// information about credential report expiration, see Getting Credential Reports
|
||||
// (http://docs.aws.amazon.com/IAM/latest/UserGuide/credential-reports.html)
|
||||
// (https://docs.aws.amazon.com/IAM/latest/UserGuide/credential-reports.html)
|
||||
// in the IAM User Guide.
|
||||
ErrCodeCredentialReportExpiredException = "ReportExpired"
|
||||
|
||||
@@ -129,8 +137,8 @@ const (
|
||||
// ErrCodeNoSuchEntityException for service response error code
|
||||
// "NoSuchEntity".
|
||||
//
|
||||
// The request was rejected because it referenced an entity that does not exist.
|
||||
// The error message describes the entity.
|
||||
// The request was rejected because it referenced a resource entity that does
|
||||
// not exist. The error message describes the resource.
|
||||
ErrCodeNoSuchEntityException = "NoSuchEntity"
|
||||
|
||||
// ErrCodePasswordPolicyViolationException for service response error code
|
||||
@@ -154,6 +162,13 @@ const (
|
||||
// to the service-linked role for that service.
|
||||
ErrCodePolicyNotAttachableException = "PolicyNotAttachable"
|
||||
|
||||
// ErrCodeReportGenerationLimitExceededException for service response error code
|
||||
// "ReportGenerationLimitExceeded".
|
||||
//
|
||||
// The request failed because the maximum number of concurrent requests for
|
||||
// this account are already running.
|
||||
ErrCodeReportGenerationLimitExceededException = "ReportGenerationLimitExceeded"
|
||||
|
||||
// ErrCodeServiceFailureException for service response error code
|
||||
// "ServiceFailure".
|
||||
//
|
||||
|
||||
Reference in New Issue
Block a user