AWSTimestampSerializationError

Objective-C

NS_ENUM(NSInteger, AWSTimestampSerializationError) {
    AWSTimestampParserError
}

Swift

enum AWSTimestampSerializationError : Int, @unchecked Sendable

Undocumented