DynamoDBStreamsErrorType
public enum DynamoDBStreamsErrorType : AWSErrorType
extension DynamoDBStreamsErrorType : CustomStringConvertible
Error enum for DynamoDBStreams
-
Undocumented
Declaration
Swift
case expiredIteratorException(message: String?)
-
Undocumented
Declaration
Swift
case internalServerError(message: String?)
-
Undocumented
Declaration
Swift
case limitExceededException(message: String?)
-
Undocumented
Declaration
Swift
case resourceNotFoundException(message: String?)
-
Undocumented
Declaration
Swift
case trimmedDataAccessException(message: String?)
-
Undocumented
Declaration
Swift
public init?(errorCode: String, message: String?)
-
Declaration
Swift
public var description: String { get }