mirror of
https://github.com/aptly-dev/aptly.git
synced 2026-05-07 22:20:24 +00:00
131 lines
4.5 KiB
Go
131 lines
4.5 KiB
Go
// 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. Check that the role is correctly
|
|
// configured.
|
|
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"
|
|
|
|
// ErrCodeKMSAccessDeniedFault for service response error code
|
|
// "KMSAccessDeniedFault".
|
|
//
|
|
// The ciphertext references a key that doesn't exist or DMS account doesn't
|
|
// have an access to
|
|
ErrCodeKMSAccessDeniedFault = "KMSAccessDeniedFault"
|
|
|
|
// ErrCodeKMSDisabledFault for service response error code
|
|
// "KMSDisabledFault".
|
|
//
|
|
// The specified master key (CMK) isn't enabled.
|
|
ErrCodeKMSDisabledFault = "KMSDisabledFault"
|
|
|
|
// ErrCodeKMSInvalidStateFault for service response error code
|
|
// "KMSInvalidStateFault".
|
|
//
|
|
// The state of the specified KMS resource isn't valid for this request.
|
|
ErrCodeKMSInvalidStateFault = "KMSInvalidStateFault"
|
|
|
|
// ErrCodeKMSKeyNotAccessibleFault for service response error code
|
|
// "KMSKeyNotAccessibleFault".
|
|
//
|
|
// AWS DMS cannot access the KMS key.
|
|
ErrCodeKMSKeyNotAccessibleFault = "KMSKeyNotAccessibleFault"
|
|
|
|
// ErrCodeKMSNotFoundFault for service response error code
|
|
// "KMSNotFoundFault".
|
|
//
|
|
// The specified KMS entity or resource can't be found.
|
|
ErrCodeKMSNotFoundFault = "KMSNotFoundFault"
|
|
|
|
// ErrCodeKMSThrottlingFault for service response error code
|
|
// "KMSThrottlingFault".
|
|
//
|
|
// This request triggered KMS request throttling.
|
|
ErrCodeKMSThrottlingFault = "KMSThrottlingFault"
|
|
|
|
// 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"
|
|
|
|
// ErrCodeSNSInvalidTopicFault for service response error code
|
|
// "SNSInvalidTopicFault".
|
|
//
|
|
// The SNS topic is invalid.
|
|
ErrCodeSNSInvalidTopicFault = "SNSInvalidTopicFault"
|
|
|
|
// ErrCodeSNSNoAuthorizationFault for service response error code
|
|
// "SNSNoAuthorizationFault".
|
|
//
|
|
// You are not authorized for the SNS subscription.
|
|
ErrCodeSNSNoAuthorizationFault = "SNSNoAuthorizationFault"
|
|
|
|
// 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"
|
|
)
|