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
86
vendor/github.com/aws/aws-sdk-go/service/databasemigrationservice/errors.go
generated
vendored
Normal file
86
vendor/github.com/aws/aws-sdk-go/service/databasemigrationservice/errors.go
generated
vendored
Normal file
|
@ -0,0 +1,86 @@
|
|||
// Code generated by private/model/cli/gen-api/main.go. DO NOT EDIT.
|
||||
|
||||
package databasemigrationservice
|
||||
|
||||
const (
|
||||
|
||||
// ErrCodeAccessDeniedFault for service response error code
|
||||
// "AccessDeniedFault".
|
||||
//
|
||||
// AWS DMS was denied access to the endpoint.
|
||||
ErrCodeAccessDeniedFault = "AccessDeniedFault"
|
||||
|
||||
// ErrCodeInsufficientResourceCapacityFault for service response error code
|
||||
// "InsufficientResourceCapacityFault".
|
||||
//
|
||||
// There are not enough resources allocated to the database migration.
|
||||
ErrCodeInsufficientResourceCapacityFault = "InsufficientResourceCapacityFault"
|
||||
|
||||
// ErrCodeInvalidCertificateFault for service response error code
|
||||
// "InvalidCertificateFault".
|
||||
//
|
||||
// The certificate was not valid.
|
||||
ErrCodeInvalidCertificateFault = "InvalidCertificateFault"
|
||||
|
||||
// ErrCodeInvalidResourceStateFault for service response error code
|
||||
// "InvalidResourceStateFault".
|
||||
//
|
||||
// The resource is in a state that prevents it from being used for database
|
||||
// migration.
|
||||
ErrCodeInvalidResourceStateFault = "InvalidResourceStateFault"
|
||||
|
||||
// ErrCodeInvalidSubnet for service response error code
|
||||
// "InvalidSubnet".
|
||||
//
|
||||
// The subnet provided is invalid.
|
||||
ErrCodeInvalidSubnet = "InvalidSubnet"
|
||||
|
||||
// ErrCodeKMSKeyNotAccessibleFault for service response error code
|
||||
// "KMSKeyNotAccessibleFault".
|
||||
//
|
||||
// AWS DMS cannot access the KMS key.
|
||||
ErrCodeKMSKeyNotAccessibleFault = "KMSKeyNotAccessibleFault"
|
||||
|
||||
// ErrCodeReplicationSubnetGroupDoesNotCoverEnoughAZs for service response error code
|
||||
// "ReplicationSubnetGroupDoesNotCoverEnoughAZs".
|
||||
//
|
||||
// The replication subnet group does not cover enough Availability Zones (AZs).
|
||||
// Edit the replication subnet group and add more AZs.
|
||||
ErrCodeReplicationSubnetGroupDoesNotCoverEnoughAZs = "ReplicationSubnetGroupDoesNotCoverEnoughAZs"
|
||||
|
||||
// ErrCodeResourceAlreadyExistsFault for service response error code
|
||||
// "ResourceAlreadyExistsFault".
|
||||
//
|
||||
// The resource you are attempting to create already exists.
|
||||
ErrCodeResourceAlreadyExistsFault = "ResourceAlreadyExistsFault"
|
||||
|
||||
// ErrCodeResourceNotFoundFault for service response error code
|
||||
// "ResourceNotFoundFault".
|
||||
//
|
||||
// The resource could not be found.
|
||||
ErrCodeResourceNotFoundFault = "ResourceNotFoundFault"
|
||||
|
||||
// ErrCodeResourceQuotaExceededFault for service response error code
|
||||
// "ResourceQuotaExceededFault".
|
||||
//
|
||||
// The quota for this resource quota has been exceeded.
|
||||
ErrCodeResourceQuotaExceededFault = "ResourceQuotaExceededFault"
|
||||
|
||||
// ErrCodeStorageQuotaExceededFault for service response error code
|
||||
// "StorageQuotaExceededFault".
|
||||
//
|
||||
// The storage quota has been exceeded.
|
||||
ErrCodeStorageQuotaExceededFault = "StorageQuotaExceededFault"
|
||||
|
||||
// ErrCodeSubnetAlreadyInUse for service response error code
|
||||
// "SubnetAlreadyInUse".
|
||||
//
|
||||
// The specified subnet is already in use.
|
||||
ErrCodeSubnetAlreadyInUse = "SubnetAlreadyInUse"
|
||||
|
||||
// ErrCodeUpgradeDependencyFailureFault for service response error code
|
||||
// "UpgradeDependencyFailureFault".
|
||||
//
|
||||
// An upgrade dependency is preventing the database migration.
|
||||
ErrCodeUpgradeDependencyFailureFault = "UpgradeDependencyFailureFault"
|
||||
)
|
Loading…
Add table
Add a link
Reference in a new issue