KinesisErrorType
public enum KinesisErrorType : AWSErrorType
extension KinesisErrorType : CustomStringConvertible
Error enum for Kinesis
-
Undocumented
Declaration
Swift
case expiredIteratorException(message: String?)
-
Undocumented
Declaration
Swift
case expiredNextTokenException(message: String?)
-
Undocumented
Declaration
Swift
case invalidArgumentException(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 kMSOptInRequired(message: String?)
-
Undocumented
Declaration
Swift
case kMSThrottlingException(message: String?)
-
Undocumented
Declaration
Swift
case limitExceededException(message: String?)
-
Undocumented
Declaration
Swift
case provisionedThroughputExceededException(message: String?)
-
Undocumented
Declaration
Swift
case resourceInUseException(message: String?)
-
Undocumented
Declaration
Swift
case resourceNotFoundException(message: String?)
-
Undocumented
Declaration
Swift
public init?(errorCode: String, message: String?)
-
Declaration
Swift
public var description: String { get }