GlobalAcceleratorErrorType
public enum GlobalAcceleratorErrorType : AWSErrorType
extension GlobalAcceleratorErrorType : CustomStringConvertible
Error enum for GlobalAccelerator
-
Undocumented
Declaration
Swift
case acceleratorNotDisabledException(message: String?)
-
Undocumented
Declaration
Swift
case acceleratorNotFoundException(message: String?)
-
Undocumented
Declaration
Swift
case accessDeniedException(message: String?)
-
Undocumented
Declaration
Swift
case associatedEndpointGroupFoundException(message: String?)
-
Undocumented
Declaration
Swift
case associatedListenerFoundException(message: String?)
-
Undocumented
Declaration
Swift
case byoipCidrNotFoundException(message: String?)
-
Undocumented
Declaration
Swift
case endpointGroupAlreadyExistsException(message: String?)
-
Undocumented
Declaration
Swift
case endpointGroupNotFoundException(message: String?)
-
Undocumented
Declaration
Swift
case incorrectCidrStateException(message: String?)
-
Undocumented
Declaration
Swift
case internalServiceErrorException(message: String?)
-
Undocumented
Declaration
Swift
case invalidArgumentException(message: String?)
-
Undocumented
Declaration
Swift
case invalidNextTokenException(message: String?)
-
Undocumented
Declaration
Swift
case invalidPortRangeException(message: String?)
-
Undocumented
Declaration
Swift
case limitExceededException(message: String?)
-
Undocumented
Declaration
Swift
case listenerNotFoundException(message: String?)
-
Undocumented
Declaration
Swift
public init?(errorCode: String, message: String?)
-
Declaration
Swift
public var description: String { get }