Switch to using the dep tool and update all the dependencies
This commit is contained in:
parent
5135ff73cb
commit
98c2d2c41b
5321 changed files with 4483201 additions and 5922 deletions
115
vendor/github.com/aws/aws-sdk-go/service/elasticbeanstalk/errors.go
generated
vendored
Normal file
115
vendor/github.com/aws/aws-sdk-go/service/elasticbeanstalk/errors.go
generated
vendored
Normal file
|
@ -0,0 +1,115 @@
|
|||
// Code generated by private/model/cli/gen-api/main.go. DO NOT EDIT.
|
||||
|
||||
package elasticbeanstalk
|
||||
|
||||
const (
|
||||
|
||||
// ErrCodeCodeBuildNotInServiceRegionException for service response error code
|
||||
// "CodeBuildNotInServiceRegionException".
|
||||
//
|
||||
// AWS CodeBuild is not available in the specified region.
|
||||
ErrCodeCodeBuildNotInServiceRegionException = "CodeBuildNotInServiceRegionException"
|
||||
|
||||
// ErrCodeInsufficientPrivilegesException for service response error code
|
||||
// "InsufficientPrivilegesException".
|
||||
//
|
||||
// The specified account does not have sufficient privileges for one of more
|
||||
// AWS services.
|
||||
ErrCodeInsufficientPrivilegesException = "InsufficientPrivilegesException"
|
||||
|
||||
// ErrCodeInvalidRequestException for service response error code
|
||||
// "InvalidRequestException".
|
||||
//
|
||||
// One or more input parameters is not valid. Please correct the input parameters
|
||||
// and try the operation again.
|
||||
ErrCodeInvalidRequestException = "InvalidRequestException"
|
||||
|
||||
// ErrCodeManagedActionInvalidStateException for service response error code
|
||||
// "ManagedActionInvalidStateException".
|
||||
//
|
||||
// Cannot modify the managed action in its current state.
|
||||
ErrCodeManagedActionInvalidStateException = "ManagedActionInvalidStateException"
|
||||
|
||||
// ErrCodeOperationInProgressException for service response error code
|
||||
// "OperationInProgressFailure".
|
||||
//
|
||||
// Unable to perform the specified operation because another operation that
|
||||
// effects an element in this activity is already in progress.
|
||||
ErrCodeOperationInProgressException = "OperationInProgressFailure"
|
||||
|
||||
// ErrCodePlatformVersionStillReferencedException for service response error code
|
||||
// "PlatformVersionStillReferencedException".
|
||||
//
|
||||
// You cannot delete the platform version because there are still environments
|
||||
// running on it.
|
||||
ErrCodePlatformVersionStillReferencedException = "PlatformVersionStillReferencedException"
|
||||
|
||||
// ErrCodeS3LocationNotInServiceRegionException for service response error code
|
||||
// "S3LocationNotInServiceRegionException".
|
||||
//
|
||||
// The specified S3 bucket does not belong to the S3 region in which the service
|
||||
// is running. The following regions are supported:
|
||||
//
|
||||
// * IAD/us-east-1
|
||||
//
|
||||
// * PDX/us-west-2
|
||||
//
|
||||
// * DUB/eu-west-1
|
||||
ErrCodeS3LocationNotInServiceRegionException = "S3LocationNotInServiceRegionException"
|
||||
|
||||
// ErrCodeS3SubscriptionRequiredException for service response error code
|
||||
// "S3SubscriptionRequiredException".
|
||||
//
|
||||
// The specified account does not have a subscription to Amazon S3.
|
||||
ErrCodeS3SubscriptionRequiredException = "S3SubscriptionRequiredException"
|
||||
|
||||
// ErrCodeServiceException for service response error code
|
||||
// "ServiceException".
|
||||
//
|
||||
// A generic service exception has occurred.
|
||||
ErrCodeServiceException = "ServiceException"
|
||||
|
||||
// ErrCodeSourceBundleDeletionException for service response error code
|
||||
// "SourceBundleDeletionFailure".
|
||||
//
|
||||
// Unable to delete the Amazon S3 source bundle associated with the application
|
||||
// version. The application version was deleted successfully.
|
||||
ErrCodeSourceBundleDeletionException = "SourceBundleDeletionFailure"
|
||||
|
||||
// ErrCodeTooManyApplicationVersionsException for service response error code
|
||||
// "TooManyApplicationVersionsException".
|
||||
//
|
||||
// The specified account has reached its limit of application versions.
|
||||
ErrCodeTooManyApplicationVersionsException = "TooManyApplicationVersionsException"
|
||||
|
||||
// ErrCodeTooManyApplicationsException for service response error code
|
||||
// "TooManyApplicationsException".
|
||||
//
|
||||
// The specified account has reached its limit of applications.
|
||||
ErrCodeTooManyApplicationsException = "TooManyApplicationsException"
|
||||
|
||||
// ErrCodeTooManyBucketsException for service response error code
|
||||
// "TooManyBucketsException".
|
||||
//
|
||||
// The specified account has reached its limit of Amazon S3 buckets.
|
||||
ErrCodeTooManyBucketsException = "TooManyBucketsException"
|
||||
|
||||
// ErrCodeTooManyConfigurationTemplatesException for service response error code
|
||||
// "TooManyConfigurationTemplatesException".
|
||||
//
|
||||
// The specified account has reached its limit of configuration templates.
|
||||
ErrCodeTooManyConfigurationTemplatesException = "TooManyConfigurationTemplatesException"
|
||||
|
||||
// ErrCodeTooManyEnvironmentsException for service response error code
|
||||
// "TooManyEnvironmentsException".
|
||||
//
|
||||
// The specified account has reached its limit of environments.
|
||||
ErrCodeTooManyEnvironmentsException = "TooManyEnvironmentsException"
|
||||
|
||||
// ErrCodeTooManyPlatformsException for service response error code
|
||||
// "TooManyPlatformsException".
|
||||
//
|
||||
// You have exceeded the maximum number of allowed platforms associated with
|
||||
// the account.
|
||||
ErrCodeTooManyPlatformsException = "TooManyPlatformsException"
|
||||
)
|
Loading…
Add table
Add a link
Reference in a new issue