mirror of
https://github.com/Luzifer/mondash.git
synced 2024-11-10 08:30:02 +00:00
98 lines
3.4 KiB
Go
98 lines
3.4 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.
|
|
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"
|
|
|
|
// 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"
|
|
)
|