WAFRegionalErrorType
public enum WAFRegionalErrorType : AWSErrorType
extension WAFRegionalErrorType : CustomStringConvertible
Error enum for WAFRegional
-
Undocumented
Declaration
Swift
case wAFBadRequestException(message: String?)
-
Undocumented
Declaration
Swift
case wAFDisallowedNameException(message: String?)
-
Undocumented
Declaration
Swift
case wAFEntityMigrationException(message: String?)
-
Undocumented
Declaration
Swift
case wAFInternalErrorException(message: String?)
-
Undocumented
Declaration
Swift
case wAFInvalidAccountException(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 wAFInvalidRegexPatternException(message: String?)
-
Undocumented
Declaration
Swift
case wAFLimitsExceededException(message: String?)
-
Undocumented
Declaration
Swift
case wAFNonEmptyEntityException(message: String?)
-
Undocumented
Declaration
Swift
case wAFNonexistentContainerException(message: String?)
-
Undocumented
Declaration
Swift
case wAFNonexistentItemException(message: String?)
-
Undocumented
Declaration
Swift
case wAFReferencedItemException(message: String?)
-
Undocumented
Declaration
Swift
case wAFServiceLinkedRoleErrorException(message: String?)
-
Undocumented
Declaration
Swift
case wAFStaleDataException(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 }