mirror of
https://github.com/Luzifer/cloudkeys-go.git
synced 2024-11-10 07:00:08 +00:00
65 lines
2.4 KiB
Go
65 lines
2.4 KiB
Go
|
// Code generated by private/model/cli/gen-api/main.go. DO NOT EDIT.
|
||
|
|
||
|
package migrationhub
|
||
|
|
||
|
const (
|
||
|
|
||
|
// ErrCodeAccessDeniedException for service response error code
|
||
|
// "AccessDeniedException".
|
||
|
//
|
||
|
// Exception raised when the account making the call is not whitelisted or there
|
||
|
// are other authentication errors.
|
||
|
ErrCodeAccessDeniedException = "AccessDeniedException"
|
||
|
|
||
|
// ErrCodeDryRunOperation for service response error code
|
||
|
// "DryRunOperation".
|
||
|
//
|
||
|
// Exception raised to indicate a successfully authorized action when the DryRun
|
||
|
// flag is set to "true".
|
||
|
ErrCodeDryRunOperation = "DryRunOperation"
|
||
|
|
||
|
// ErrCodeInternalServerError for service response error code
|
||
|
// "InternalServerError".
|
||
|
//
|
||
|
// Exception raised when there is an internal, configuration, or dependency
|
||
|
// error encountered.
|
||
|
ErrCodeInternalServerError = "InternalServerError"
|
||
|
|
||
|
// ErrCodeInvalidInputException for service response error code
|
||
|
// "InvalidInputException".
|
||
|
//
|
||
|
// Exception raised when the provided input violates a policy constraint or
|
||
|
// is entered in the wrong format or data type.
|
||
|
ErrCodeInvalidInputException = "InvalidInputException"
|
||
|
|
||
|
// ErrCodePolicyErrorException for service response error code
|
||
|
// "PolicyErrorException".
|
||
|
//
|
||
|
// Exception raised when there are problems accessing ADS (Application Discovery
|
||
|
// Service); most likely due to a misconfigured policy or the ADSCaller role
|
||
|
// is missing or not configured correctly.
|
||
|
ErrCodePolicyErrorException = "PolicyErrorException"
|
||
|
|
||
|
// ErrCodeResourceNotFoundException for service response error code
|
||
|
// "ResourceNotFoundException".
|
||
|
//
|
||
|
// Exception raised when the request references a resource (ADS configuration,
|
||
|
// update stream, migration task, etc.) that does not exist in ADS (Application
|
||
|
// Discovery Service) or in Migration Hub's repository.
|
||
|
ErrCodeResourceNotFoundException = "ResourceNotFoundException"
|
||
|
|
||
|
// ErrCodeServiceUnavailableException for service response error code
|
||
|
// "ServiceUnavailableException".
|
||
|
//
|
||
|
// Exception raised when the service encounters throttled communication with
|
||
|
// upstream dependencies or is overloaded with requests.
|
||
|
ErrCodeServiceUnavailableException = "ServiceUnavailableException"
|
||
|
|
||
|
// ErrCodeUnauthorizedOperation for service response error code
|
||
|
// "UnauthorizedOperation".
|
||
|
//
|
||
|
// Exception raised to indicate a request was not authorized when the DryRun
|
||
|
// flag is set to "true".
|
||
|
ErrCodeUnauthorizedOperation = "UnauthorizedOperation"
|
||
|
)
|