mirror of
https://github.com/kubernetes-sigs/kustomize.git
synced 2026-07-17 09:49:13 +00:00
Add all dependency of go-getter
This commit is contained in:
72
vendor/github.com/aws/aws-sdk-go/service/connect/errors.go
generated
vendored
Normal file
72
vendor/github.com/aws/aws-sdk-go/service/connect/errors.go
generated
vendored
Normal file
@@ -0,0 +1,72 @@
|
||||
// Code generated by private/model/cli/gen-api/main.go. DO NOT EDIT.
|
||||
|
||||
package connect
|
||||
|
||||
const (
|
||||
|
||||
// ErrCodeContactNotFoundException for service response error code
|
||||
// "ContactNotFoundException".
|
||||
//
|
||||
// The contact with the specified ID is not active or does not exist.
|
||||
ErrCodeContactNotFoundException = "ContactNotFoundException"
|
||||
|
||||
// ErrCodeDestinationNotAllowedException for service response error code
|
||||
// "DestinationNotAllowedException".
|
||||
//
|
||||
// Outbound calls to the destination number are not allowed.
|
||||
ErrCodeDestinationNotAllowedException = "DestinationNotAllowedException"
|
||||
|
||||
// ErrCodeDuplicateResourceException for service response error code
|
||||
// "DuplicateResourceException".
|
||||
//
|
||||
// A resource with that name already exisits.
|
||||
ErrCodeDuplicateResourceException = "DuplicateResourceException"
|
||||
|
||||
// ErrCodeInternalServiceException for service response error code
|
||||
// "InternalServiceException".
|
||||
//
|
||||
// Request processing failed due to an error or failure with the service.
|
||||
ErrCodeInternalServiceException = "InternalServiceException"
|
||||
|
||||
// ErrCodeInvalidParameterException for service response error code
|
||||
// "InvalidParameterException".
|
||||
//
|
||||
// One or more of the parameters provided to the operation are not valid.
|
||||
ErrCodeInvalidParameterException = "InvalidParameterException"
|
||||
|
||||
// ErrCodeInvalidRequestException for service response error code
|
||||
// "InvalidRequestException".
|
||||
//
|
||||
// The request is not valid.
|
||||
ErrCodeInvalidRequestException = "InvalidRequestException"
|
||||
|
||||
// ErrCodeLimitExceededException for service response error code
|
||||
// "LimitExceededException".
|
||||
//
|
||||
// The limit exceeded the maximum allowed active calls in a queue.
|
||||
ErrCodeLimitExceededException = "LimitExceededException"
|
||||
|
||||
// ErrCodeOutboundContactNotPermittedException for service response error code
|
||||
// "OutboundContactNotPermittedException".
|
||||
//
|
||||
// The contact is not permitted.
|
||||
ErrCodeOutboundContactNotPermittedException = "OutboundContactNotPermittedException"
|
||||
|
||||
// ErrCodeResourceNotFoundException for service response error code
|
||||
// "ResourceNotFoundException".
|
||||
//
|
||||
// The specified resource was not found.
|
||||
ErrCodeResourceNotFoundException = "ResourceNotFoundException"
|
||||
|
||||
// ErrCodeThrottlingException for service response error code
|
||||
// "ThrottlingException".
|
||||
//
|
||||
// The throttling limit has been exceeded.
|
||||
ErrCodeThrottlingException = "ThrottlingException"
|
||||
|
||||
// ErrCodeUserNotFoundException for service response error code
|
||||
// "UserNotFoundException".
|
||||
//
|
||||
// No user with the specified credentials was found in the Amazon Connect instance.
|
||||
ErrCodeUserNotFoundException = "UserNotFoundException"
|
||||
)
|
||||
Reference in New Issue
Block a user