3 Star 1 Fork 0

Gitee 极速下载 / aws-sdk-go

加入 Gitee
与超过 1200万 开发者一起发现、参与优秀开源项目,私有仓库也完全免费 :)
免费加入
此仓库是为了提升国内下载速度的镜像仓库,每日同步一次。 原始仓库: https://github.com/aws/aws-sdk-go
克隆/下载
errors.go 2.33 KB
一键复制 编辑 原始数据 按行查看 历史
awssdkgo 提交于 2018-03-08 23:03 . Release v1.13.11
// Code generated by private/model/cli/gen-api/main.go. DO NOT EDIT.
package migrationhub
const (
// ErrCodeAccessDeniedException for service response error code
// "AccessDeniedException".
//
// You do not have sufficient access to perform this action.
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 migrationhub-discovery
// 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 there is an internal, configuration, or dependency
// error encountered.
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"
)
1
https://gitee.com/mirrors/aws-sdk-go.git
git@gitee.com:mirrors/aws-sdk-go.git
mirrors
aws-sdk-go
aws-sdk-go
v1.14.30

搜索帮助