Vendor aws-sdk-go (dep ensure) (#178)

This commit is contained in:
Onur Filiz
2018-04-27 18:18:36 -07:00
committed by Robbie Zhang
parent 228a1f7a5f
commit 8d67098d06
2785 changed files with 1973570 additions and 25 deletions

View File

@@ -0,0 +1,45 @@
// Code generated by private/model/cli/gen-api/main.go. DO NOT EDIT.
package applicationdiscoveryservice
const (
// ErrCodeAuthorizationErrorException for service response error code
// "AuthorizationErrorException".
//
// The AWS user account does not have permission to perform the action. Check
// the IAM policy associated with this account.
ErrCodeAuthorizationErrorException = "AuthorizationErrorException"
// ErrCodeInvalidParameterException for service response error code
// "InvalidParameterException".
//
// One or more parameters are not valid. Verify the parameters and try again.
ErrCodeInvalidParameterException = "InvalidParameterException"
// ErrCodeInvalidParameterValueException for service response error code
// "InvalidParameterValueException".
//
// The value of one or more parameters are either invalid or out of range. Verify
// the parameter values and try again.
ErrCodeInvalidParameterValueException = "InvalidParameterValueException"
// ErrCodeOperationNotPermittedException for service response error code
// "OperationNotPermittedException".
//
// This operation is not permitted.
ErrCodeOperationNotPermittedException = "OperationNotPermittedException"
// ErrCodeResourceNotFoundException for service response error code
// "ResourceNotFoundException".
//
// The specified configuration ID was not located. Verify the configuration
// ID and try again.
ErrCodeResourceNotFoundException = "ResourceNotFoundException"
// ErrCodeServerInternalErrorException for service response error code
// "ServerInternalErrorException".
//
// The server experienced an internal error. Try again.
ErrCodeServerInternalErrorException = "ServerInternalErrorException"
)