2017-12-08 12:03:10 +00:00
|
|
|
// Code generated by private/model/cli/gen-api/main.go. DO NOT EDIT.
|
|
|
|
|
|
|
|
package sms
|
|
|
|
|
|
|
|
const (
|
|
|
|
|
|
|
|
// ErrCodeInternalError for service response error code
|
|
|
|
// "InternalError".
|
|
|
|
//
|
2019-01-21 14:27:20 +00:00
|
|
|
// An internal error occurred.
|
2017-12-08 12:03:10 +00:00
|
|
|
ErrCodeInternalError = "InternalError"
|
|
|
|
|
|
|
|
// ErrCodeInvalidParameterException for service response error code
|
|
|
|
// "InvalidParameterException".
|
|
|
|
//
|
2019-01-21 14:27:20 +00:00
|
|
|
// A specified parameter is not valid.
|
2017-12-08 12:03:10 +00:00
|
|
|
ErrCodeInvalidParameterException = "InvalidParameterException"
|
|
|
|
|
|
|
|
// ErrCodeMissingRequiredParameterException for service response error code
|
|
|
|
// "MissingRequiredParameterException".
|
|
|
|
//
|
2019-01-21 14:27:20 +00:00
|
|
|
// A required parameter is missing.
|
2017-12-08 12:03:10 +00:00
|
|
|
ErrCodeMissingRequiredParameterException = "MissingRequiredParameterException"
|
|
|
|
|
|
|
|
// ErrCodeNoConnectorsAvailableException for service response error code
|
|
|
|
// "NoConnectorsAvailableException".
|
|
|
|
//
|
2019-01-21 14:27:20 +00:00
|
|
|
// There are no connectors available.
|
2017-12-08 12:03:10 +00:00
|
|
|
ErrCodeNoConnectorsAvailableException = "NoConnectorsAvailableException"
|
|
|
|
|
|
|
|
// ErrCodeOperationNotPermittedException for service response error code
|
|
|
|
// "OperationNotPermittedException".
|
|
|
|
//
|
2019-01-21 14:27:20 +00:00
|
|
|
// This operation is not allowed.
|
2017-12-08 12:03:10 +00:00
|
|
|
ErrCodeOperationNotPermittedException = "OperationNotPermittedException"
|
|
|
|
|
|
|
|
// ErrCodeReplicationJobAlreadyExistsException for service response error code
|
|
|
|
// "ReplicationJobAlreadyExistsException".
|
|
|
|
//
|
2019-01-21 14:27:20 +00:00
|
|
|
// The specified replication job already exists.
|
2017-12-08 12:03:10 +00:00
|
|
|
ErrCodeReplicationJobAlreadyExistsException = "ReplicationJobAlreadyExistsException"
|
|
|
|
|
|
|
|
// ErrCodeReplicationJobNotFoundException for service response error code
|
|
|
|
// "ReplicationJobNotFoundException".
|
|
|
|
//
|
2019-01-21 14:27:20 +00:00
|
|
|
// The specified replication job does not exist.
|
2017-12-08 12:03:10 +00:00
|
|
|
ErrCodeReplicationJobNotFoundException = "ReplicationJobNotFoundException"
|
|
|
|
|
|
|
|
// ErrCodeReplicationRunLimitExceededException for service response error code
|
|
|
|
// "ReplicationRunLimitExceededException".
|
|
|
|
//
|
2019-01-21 14:27:20 +00:00
|
|
|
// You have exceeded the number of on-demand replication runs you can request
|
|
|
|
// in a 24-hour period.
|
2017-12-08 12:03:10 +00:00
|
|
|
ErrCodeReplicationRunLimitExceededException = "ReplicationRunLimitExceededException"
|
|
|
|
|
|
|
|
// ErrCodeServerCannotBeReplicatedException for service response error code
|
|
|
|
// "ServerCannotBeReplicatedException".
|
|
|
|
//
|
2019-01-21 14:27:20 +00:00
|
|
|
// The specified server cannot be replicated.
|
2017-12-08 12:03:10 +00:00
|
|
|
ErrCodeServerCannotBeReplicatedException = "ServerCannotBeReplicatedException"
|
|
|
|
|
2019-01-21 14:27:20 +00:00
|
|
|
// ErrCodeTemporarilyUnavailableException for service response error code
|
|
|
|
// "TemporarilyUnavailableException".
|
|
|
|
//
|
|
|
|
// The service is temporarily unavailable.
|
|
|
|
ErrCodeTemporarilyUnavailableException = "TemporarilyUnavailableException"
|
|
|
|
|
2017-12-08 12:03:10 +00:00
|
|
|
// ErrCodeUnauthorizedOperationException for service response error code
|
|
|
|
// "UnauthorizedOperationException".
|
|
|
|
//
|
2019-01-21 14:27:20 +00:00
|
|
|
// You lack permissions needed to perform this operation. Check your IAM policies,
|
|
|
|
// and ensure that you are using the correct access keys.
|
2017-12-08 12:03:10 +00:00
|
|
|
ErrCodeUnauthorizedOperationException = "UnauthorizedOperationException"
|
|
|
|
)
|