LambdaErrorType
public enum LambdaErrorType : AWSErrorType
extension LambdaErrorType : CustomStringConvertible
Error enum for Lambda
-
Undocumented
Declaration
Swift
case codeStorageExceededException(message: String?)
-
Undocumented
Declaration
Swift
case eC2AccessDeniedException(message: String?)
-
Undocumented
Declaration
Swift
case eC2ThrottledException(message: String?)
-
Undocumented
Declaration
Swift
case eC2UnexpectedException(message: String?)
-
Undocumented
Declaration
Swift
case eFSIOException(message: String?)
-
Undocumented
Declaration
Swift
case eFSMountConnectivityException(message: String?)
-
Undocumented
Declaration
Swift
case eFSMountFailureException(message: String?)
-
Undocumented
Declaration
Swift
case eFSMountTimeoutException(message: String?)
-
Undocumented
Declaration
Swift
case eNILimitReachedException(message: String?)
-
Undocumented
Declaration
Swift
case invalidParameterValueException(message: String?)
-
Undocumented
Declaration
Swift
case invalidRequestContentException(message: String?)
-
Undocumented
Declaration
Swift
case invalidRuntimeException(message: String?)
-
Undocumented
Declaration
Swift
case invalidSecurityGroupIDException(message: String?)
-
Undocumented
Declaration
Swift
case invalidSubnetIDException(message: String?)
-
Undocumented
Declaration
Swift
case invalidZipFileException(message: String?)
-
Undocumented
Declaration
Swift
case kMSAccessDeniedException(message: String?)
-
Undocumented
Declaration
Swift
case kMSDisabledException(message: String?)
-
Undocumented
Declaration
Swift
case kMSInvalidStateException(message: String?)
-
Undocumented
Declaration
Swift
case kMSNotFoundException(message: String?)
-
Undocumented
Declaration
Swift
case policyLengthExceededException(message: String?)
-
Undocumented
Declaration
Swift
case preconditionFailedException(message: String?)
-
Undocumented
Declaration
Swift
case provisionedConcurrencyConfigNotFoundException(message: String?)
-
Undocumented
Declaration
Swift
case requestTooLargeException(message: String?)
-
Undocumented
Declaration
Swift
case resourceConflictException(message: String?)
-
Undocumented
Declaration
Swift
case resourceInUseException(message: String?)
-
Undocumented
Declaration
Swift
case resourceNotFoundException(message: String?)
-
Undocumented
Declaration
Swift
case resourceNotReadyException(message: String?)
-
Undocumented
Declaration
Swift
case serviceException(message: String?)
-
Undocumented
Declaration
Swift
case subnetIPAddressLimitReachedException(message: String?)
-
Undocumented
Declaration
Swift
case tooManyRequestsException(message: String?)
-
Undocumented
Declaration
Swift
case unsupportedMediaTypeException(message: String?)
-
Undocumented
Declaration
Swift
public init?(errorCode: String, message: String?)
-
Declaration
Swift
public var description: String { get }