ELBErrorType
public enum ELBErrorType : AWSErrorType
extension ELBErrorType : CustomStringConvertible
Error enum for ELB
-
Undocumented
Declaration
Swift
case accessPointNotFoundException(message: String?)
-
Undocumented
Declaration
Swift
case certificateNotFoundException(message: String?)
-
Undocumented
Declaration
Swift
case dependencyThrottleException(message: String?)
-
Undocumented
Declaration
Swift
case duplicateAccessPointNameException(message: String?)
-
Undocumented
Declaration
Swift
case duplicateListenerException(message: String?)
-
Undocumented
Declaration
Swift
case duplicatePolicyNameException(message: String?)
-
Undocumented
Declaration
Swift
case duplicateTagKeysException(message: String?)
-
Undocumented
Declaration
Swift
case invalidConfigurationRequestException(message: String?)
-
Undocumented
Declaration
Swift
case invalidEndPointException(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 listenerNotFoundException(message: String?)
-
Undocumented
Declaration
Swift
case loadBalancerAttributeNotFoundException(message: String?)
-
Undocumented
Declaration
Swift
case operationNotPermittedException(message: String?)
-
Undocumented
Declaration
Swift
case policyNotFoundException(message: String?)
-
Undocumented
Declaration
Swift
case policyTypeNotFoundException(message: String?)
-
Undocumented
Declaration
Swift
case subnetNotFoundException(message: String?)
-
Undocumented
Declaration
Swift
case tooManyAccessPointsException(message: String?)
-
Undocumented
Declaration
Swift
case tooManyPoliciesException(message: String?)
-
Undocumented
Declaration
Swift
case tooManyTagsException(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 }