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