WAFV2ErrorType
public enum WAFV2ErrorType : AWSErrorType
extension WAFV2ErrorType : CustomStringConvertible
Error enum for WAFV2
-
Undocumented
Declaration
Swift
case wAFAssociatedItemException(message: String?)
-
Undocumented
Declaration
Swift
case wAFDuplicateItemException(message: String?)
-
Undocumented
Declaration
Swift
case wAFInternalErrorException(message: String?)
-
Undocumented
Declaration
Swift
case wAFInvalidOperationException(message: String?)
-
Undocumented
Declaration
Swift
case wAFInvalidParameterException(message: String?)
-
Undocumented
Declaration
Swift
case wAFInvalidPermissionPolicyException(message: String?)
-
Undocumented
Declaration
Swift
case wAFInvalidResourceException(message: String?)
-
Undocumented
Declaration
Swift
case wAFLimitsExceededException(message: String?)
-
Undocumented
Declaration
Swift
case wAFNonexistentItemException(message: String?)
-
Undocumented
Declaration
Swift
case wAFOptimisticLockException(message: String?)
-
Undocumented
Declaration
Swift
case wAFServiceLinkedRoleErrorException(message: String?)
-
Undocumented
Declaration
Swift
case wAFSubscriptionNotFoundException(message: String?)
-
Undocumented
Declaration
Swift
case wAFTagOperationException(message: String?)
-
Undocumented
Declaration
Swift
case wAFTagOperationInternalErrorException(message: String?)
-
Undocumented
Declaration
Swift
case wAFUnavailableEntityException(message: String?)
-
Undocumented
Declaration
Swift
public init?(errorCode: String, message: String?)
-
Declaration
Swift
public var description: String { get }