ELBV2ErrorType
public enum ELBV2ErrorType : AWSErrorType
extension ELBV2ErrorType : CustomStringConvertible
Error enum for ELBV2
-
Undocumented
Declaration
Swift
case aLPNPolicyNotSupportedException(message: String?)
-
Undocumented
Declaration
Swift
case allocationIdNotFoundException(message: String?)
-
Undocumented
Declaration
Swift
case availabilityZoneNotSupportedException(message: String?)
-
Undocumented
Declaration
Swift
case certificateNotFoundException(message: String?)
-
Undocumented
Declaration
Swift
case duplicateListenerException(message: String?)
-
Undocumented
Declaration
Swift
case duplicateLoadBalancerNameException(message: String?)
-
Undocumented
Declaration
Swift
case duplicateTagKeysException(message: String?)
-
Undocumented
Declaration
Swift
case duplicateTargetGroupNameException(message: String?)
-
Undocumented
Declaration
Swift
case healthUnavailableException(message: String?)
-
Undocumented
Declaration
Swift
case incompatibleProtocolsException(message: String?)
-
Undocumented
Declaration
Swift
case invalidConfigurationRequestException(message: String?)
-
Undocumented
Declaration
Swift
case invalidLoadBalancerActionException(message: String?)
-
Undocumented
Declaration
Swift
case invalidSchemeException(message: String?)
-
Undocumented
Declaration
Swift
case invalidSecurityGroupException(message: String?)
-
Undocumented
Declaration
Swift
case invalidSubnetException(message: String?)
-
Undocumented
Declaration
Swift
case invalidTargetException(message: String?)
-
Undocumented
Declaration
Swift
case listenerNotFoundException(message: String?)
-
Undocumented
Declaration
Swift
case loadBalancerNotFoundException(message: String?)
-
Undocumented
Declaration
Swift
case operationNotPermittedException(message: String?)
-
Undocumented
Declaration
Swift
case priorityInUseException(message: String?)
-
Undocumented
Declaration
Swift
case resourceInUseException(message: String?)
-
Undocumented
Declaration
Swift
case ruleNotFoundException(message: String?)
-
Undocumented
Declaration
Swift
case sSLPolicyNotFoundException(message: String?)
-
Undocumented
Declaration
Swift
case subnetNotFoundException(message: String?)
-
Undocumented
Declaration
Swift
case targetGroupAssociationLimitException(message: String?)
-
Undocumented
Declaration
Swift
case targetGroupNotFoundException(message: String?)
-
Undocumented
Declaration
Swift
case tooManyActionsException(message: String?)
-
Undocumented
Declaration
Swift
case tooManyCertificatesException(message: String?)
-
Undocumented
Declaration
Swift
case tooManyListenersException(message: String?)
-
Undocumented
Declaration
Swift
case tooManyLoadBalancersException(message: String?)
-
Undocumented
Declaration
Swift
case tooManyRegistrationsForTargetIdException(message: String?)
-
Undocumented
Declaration
Swift
case tooManyRulesException(message: String?)
-
Undocumented
Declaration
Swift
case tooManyTagsException(message: String?)
-
Undocumented
Declaration
Swift
case tooManyTargetGroupsException(message: String?)
-
Undocumented
Declaration
Swift
case tooManyTargetsException(message: String?)
-
Undocumented
Declaration
Swift
case tooManyUniqueTargetGroupsPerLoadBalancerException(message: String?)
-
Undocumented
Declaration
Swift
case unsupportedProtocolException(message: String?)
-
Undocumented
Declaration
Swift
public init?(errorCode: String, message: String?)
-
Declaration
Swift
public var description: String { get }