mirror of https://github.com/kubernetes/kops.git
303 lines
11 KiB
Go
303 lines
11 KiB
Go
// Code generated by private/model/cli/gen-api/main.go. DO NOT EDIT.
|
|
|
|
package elbv2
|
|
|
|
const (
|
|
|
|
// ErrCodeALPNPolicyNotSupportedException for service response error code
|
|
// "ALPNPolicyNotFound".
|
|
//
|
|
// The specified ALPN policy is not supported.
|
|
ErrCodeALPNPolicyNotSupportedException = "ALPNPolicyNotFound"
|
|
|
|
// ErrCodeAllocationIdNotFoundException for service response error code
|
|
// "AllocationIdNotFound".
|
|
//
|
|
// The specified allocation ID does not exist.
|
|
ErrCodeAllocationIdNotFoundException = "AllocationIdNotFound"
|
|
|
|
// ErrCodeAvailabilityZoneNotSupportedException for service response error code
|
|
// "AvailabilityZoneNotSupported".
|
|
//
|
|
// The specified Availability Zone is not supported.
|
|
ErrCodeAvailabilityZoneNotSupportedException = "AvailabilityZoneNotSupported"
|
|
|
|
// ErrCodeCaCertificatesBundleNotFoundException for service response error code
|
|
// "CaCertificatesBundleNotFound".
|
|
//
|
|
// The specified ca certificate bundle does not exist.
|
|
ErrCodeCaCertificatesBundleNotFoundException = "CaCertificatesBundleNotFound"
|
|
|
|
// ErrCodeCertificateNotFoundException for service response error code
|
|
// "CertificateNotFound".
|
|
//
|
|
// The specified certificate does not exist.
|
|
ErrCodeCertificateNotFoundException = "CertificateNotFound"
|
|
|
|
// ErrCodeDuplicateListenerException for service response error code
|
|
// "DuplicateListener".
|
|
//
|
|
// A listener with the specified port already exists.
|
|
ErrCodeDuplicateListenerException = "DuplicateListener"
|
|
|
|
// ErrCodeDuplicateLoadBalancerNameException for service response error code
|
|
// "DuplicateLoadBalancerName".
|
|
//
|
|
// A load balancer with the specified name already exists.
|
|
ErrCodeDuplicateLoadBalancerNameException = "DuplicateLoadBalancerName"
|
|
|
|
// ErrCodeDuplicateTagKeysException for service response error code
|
|
// "DuplicateTagKeys".
|
|
//
|
|
// A tag key was specified more than once.
|
|
ErrCodeDuplicateTagKeysException = "DuplicateTagKeys"
|
|
|
|
// ErrCodeDuplicateTargetGroupNameException for service response error code
|
|
// "DuplicateTargetGroupName".
|
|
//
|
|
// A target group with the specified name already exists.
|
|
ErrCodeDuplicateTargetGroupNameException = "DuplicateTargetGroupName"
|
|
|
|
// ErrCodeDuplicateTrustStoreNameException for service response error code
|
|
// "DuplicateTrustStoreName".
|
|
//
|
|
// A trust store with the specified name already exists.
|
|
ErrCodeDuplicateTrustStoreNameException = "DuplicateTrustStoreName"
|
|
|
|
// ErrCodeHealthUnavailableException for service response error code
|
|
// "HealthUnavailable".
|
|
//
|
|
// The health of the specified targets could not be retrieved due to an internal
|
|
// error.
|
|
ErrCodeHealthUnavailableException = "HealthUnavailable"
|
|
|
|
// ErrCodeIncompatibleProtocolsException for service response error code
|
|
// "IncompatibleProtocols".
|
|
//
|
|
// The specified configuration is not valid with this protocol.
|
|
ErrCodeIncompatibleProtocolsException = "IncompatibleProtocols"
|
|
|
|
// ErrCodeInvalidCaCertificatesBundleException for service response error code
|
|
// "InvalidCaCertificatesBundle".
|
|
//
|
|
// The specified ca certificate bundle is in an invalid format, or corrupt.
|
|
ErrCodeInvalidCaCertificatesBundleException = "InvalidCaCertificatesBundle"
|
|
|
|
// ErrCodeInvalidConfigurationRequestException for service response error code
|
|
// "InvalidConfigurationRequest".
|
|
//
|
|
// The requested configuration is not valid.
|
|
ErrCodeInvalidConfigurationRequestException = "InvalidConfigurationRequest"
|
|
|
|
// ErrCodeInvalidLoadBalancerActionException for service response error code
|
|
// "InvalidLoadBalancerAction".
|
|
//
|
|
// The requested action is not valid.
|
|
ErrCodeInvalidLoadBalancerActionException = "InvalidLoadBalancerAction"
|
|
|
|
// ErrCodeInvalidRevocationContentException for service response error code
|
|
// "InvalidRevocationContent".
|
|
//
|
|
// The provided revocation file is an invalid format, or uses an incorrect algorithm.
|
|
ErrCodeInvalidRevocationContentException = "InvalidRevocationContent"
|
|
|
|
// ErrCodeInvalidSchemeException for service response error code
|
|
// "InvalidScheme".
|
|
//
|
|
// The requested scheme is not valid.
|
|
ErrCodeInvalidSchemeException = "InvalidScheme"
|
|
|
|
// ErrCodeInvalidSecurityGroupException for service response error code
|
|
// "InvalidSecurityGroup".
|
|
//
|
|
// The specified security group does not exist.
|
|
ErrCodeInvalidSecurityGroupException = "InvalidSecurityGroup"
|
|
|
|
// ErrCodeInvalidSubnetException for service response error code
|
|
// "InvalidSubnet".
|
|
//
|
|
// The specified subnet is out of available addresses.
|
|
ErrCodeInvalidSubnetException = "InvalidSubnet"
|
|
|
|
// ErrCodeInvalidTargetException for service response error code
|
|
// "InvalidTarget".
|
|
//
|
|
// The specified target does not exist, is not in the same VPC as the target
|
|
// group, or has an unsupported instance type.
|
|
ErrCodeInvalidTargetException = "InvalidTarget"
|
|
|
|
// ErrCodeListenerNotFoundException for service response error code
|
|
// "ListenerNotFound".
|
|
//
|
|
// The specified listener does not exist.
|
|
ErrCodeListenerNotFoundException = "ListenerNotFound"
|
|
|
|
// ErrCodeLoadBalancerNotFoundException for service response error code
|
|
// "LoadBalancerNotFound".
|
|
//
|
|
// The specified load balancer does not exist.
|
|
ErrCodeLoadBalancerNotFoundException = "LoadBalancerNotFound"
|
|
|
|
// ErrCodeOperationNotPermittedException for service response error code
|
|
// "OperationNotPermitted".
|
|
//
|
|
// This operation is not allowed.
|
|
ErrCodeOperationNotPermittedException = "OperationNotPermitted"
|
|
|
|
// ErrCodePriorityInUseException for service response error code
|
|
// "PriorityInUse".
|
|
//
|
|
// The specified priority is in use.
|
|
ErrCodePriorityInUseException = "PriorityInUse"
|
|
|
|
// ErrCodeResourceInUseException for service response error code
|
|
// "ResourceInUse".
|
|
//
|
|
// A specified resource is in use.
|
|
ErrCodeResourceInUseException = "ResourceInUse"
|
|
|
|
// ErrCodeRevocationContentNotFoundException for service response error code
|
|
// "RevocationContentNotFound".
|
|
//
|
|
// The specified revocation file does not exist.
|
|
ErrCodeRevocationContentNotFoundException = "RevocationContentNotFound"
|
|
|
|
// ErrCodeRevocationIdNotFoundException for service response error code
|
|
// "RevocationIdNotFound".
|
|
//
|
|
// The specified revocation ID does not exist.
|
|
ErrCodeRevocationIdNotFoundException = "RevocationIdNotFound"
|
|
|
|
// ErrCodeRuleNotFoundException for service response error code
|
|
// "RuleNotFound".
|
|
//
|
|
// The specified rule does not exist.
|
|
ErrCodeRuleNotFoundException = "RuleNotFound"
|
|
|
|
// ErrCodeSSLPolicyNotFoundException for service response error code
|
|
// "SSLPolicyNotFound".
|
|
//
|
|
// The specified SSL policy does not exist.
|
|
ErrCodeSSLPolicyNotFoundException = "SSLPolicyNotFound"
|
|
|
|
// ErrCodeSubnetNotFoundException for service response error code
|
|
// "SubnetNotFound".
|
|
//
|
|
// The specified subnet does not exist.
|
|
ErrCodeSubnetNotFoundException = "SubnetNotFound"
|
|
|
|
// ErrCodeTargetGroupAssociationLimitException for service response error code
|
|
// "TargetGroupAssociationLimit".
|
|
//
|
|
// You've reached the limit on the number of load balancers per target group.
|
|
ErrCodeTargetGroupAssociationLimitException = "TargetGroupAssociationLimit"
|
|
|
|
// ErrCodeTargetGroupNotFoundException for service response error code
|
|
// "TargetGroupNotFound".
|
|
//
|
|
// The specified target group does not exist.
|
|
ErrCodeTargetGroupNotFoundException = "TargetGroupNotFound"
|
|
|
|
// ErrCodeTooManyActionsException for service response error code
|
|
// "TooManyActions".
|
|
//
|
|
// You've reached the limit on the number of actions per rule.
|
|
ErrCodeTooManyActionsException = "TooManyActions"
|
|
|
|
// ErrCodeTooManyCertificatesException for service response error code
|
|
// "TooManyCertificates".
|
|
//
|
|
// You've reached the limit on the number of certificates per load balancer.
|
|
ErrCodeTooManyCertificatesException = "TooManyCertificates"
|
|
|
|
// ErrCodeTooManyListenersException for service response error code
|
|
// "TooManyListeners".
|
|
//
|
|
// You've reached the limit on the number of listeners per load balancer.
|
|
ErrCodeTooManyListenersException = "TooManyListeners"
|
|
|
|
// ErrCodeTooManyLoadBalancersException for service response error code
|
|
// "TooManyLoadBalancers".
|
|
//
|
|
// You've reached the limit on the number of load balancers for your Amazon
|
|
// Web Services account.
|
|
ErrCodeTooManyLoadBalancersException = "TooManyLoadBalancers"
|
|
|
|
// ErrCodeTooManyRegistrationsForTargetIdException for service response error code
|
|
// "TooManyRegistrationsForTargetId".
|
|
//
|
|
// You've reached the limit on the number of times a target can be registered
|
|
// with a load balancer.
|
|
ErrCodeTooManyRegistrationsForTargetIdException = "TooManyRegistrationsForTargetId"
|
|
|
|
// ErrCodeTooManyRulesException for service response error code
|
|
// "TooManyRules".
|
|
//
|
|
// You've reached the limit on the number of rules per load balancer.
|
|
ErrCodeTooManyRulesException = "TooManyRules"
|
|
|
|
// ErrCodeTooManyTagsException for service response error code
|
|
// "TooManyTags".
|
|
//
|
|
// You've reached the limit on the number of tags for this resource.
|
|
ErrCodeTooManyTagsException = "TooManyTags"
|
|
|
|
// ErrCodeTooManyTargetGroupsException for service response error code
|
|
// "TooManyTargetGroups".
|
|
//
|
|
// You've reached the limit on the number of target groups for your Amazon Web
|
|
// Services account.
|
|
ErrCodeTooManyTargetGroupsException = "TooManyTargetGroups"
|
|
|
|
// ErrCodeTooManyTargetsException for service response error code
|
|
// "TooManyTargets".
|
|
//
|
|
// You've reached the limit on the number of targets.
|
|
ErrCodeTooManyTargetsException = "TooManyTargets"
|
|
|
|
// ErrCodeTooManyTrustStoreRevocationEntriesException for service response error code
|
|
// "TooManyTrustStoreRevocationEntries".
|
|
//
|
|
// The specified trust store has too many revocation entries.
|
|
ErrCodeTooManyTrustStoreRevocationEntriesException = "TooManyTrustStoreRevocationEntries"
|
|
|
|
// ErrCodeTooManyTrustStoresException for service response error code
|
|
// "TooManyTrustStores".
|
|
//
|
|
// You've reached the limit on the number of trust stores for your Amazon Web
|
|
// Services account.
|
|
ErrCodeTooManyTrustStoresException = "TooManyTrustStores"
|
|
|
|
// ErrCodeTooManyUniqueTargetGroupsPerLoadBalancerException for service response error code
|
|
// "TooManyUniqueTargetGroupsPerLoadBalancer".
|
|
//
|
|
// You've reached the limit on the number of unique target groups per load balancer
|
|
// across all listeners. If a target group is used by multiple actions for a
|
|
// load balancer, it is counted as only one use.
|
|
ErrCodeTooManyUniqueTargetGroupsPerLoadBalancerException = "TooManyUniqueTargetGroupsPerLoadBalancer"
|
|
|
|
// ErrCodeTrustStoreInUseException for service response error code
|
|
// "TrustStoreInUse".
|
|
//
|
|
// The specified trust store is currently in use.
|
|
ErrCodeTrustStoreInUseException = "TrustStoreInUse"
|
|
|
|
// ErrCodeTrustStoreNotFoundException for service response error code
|
|
// "TrustStoreNotFound".
|
|
//
|
|
// The specified trust store does not exist.
|
|
ErrCodeTrustStoreNotFoundException = "TrustStoreNotFound"
|
|
|
|
// ErrCodeTrustStoreNotReadyException for service response error code
|
|
// "TrustStoreNotReady".
|
|
//
|
|
// The specified trust store is not active.
|
|
ErrCodeTrustStoreNotReadyException = "TrustStoreNotReady"
|
|
|
|
// ErrCodeUnsupportedProtocolException for service response error code
|
|
// "UnsupportedProtocol".
|
|
//
|
|
// The specified protocol is not supported.
|
|
ErrCodeUnsupportedProtocolException = "UnsupportedProtocol"
|
|
)
|