Expand description
Amazon QLDB emulator. Stores ledger metadata only — the journal/ION query data plane is not implemented.
Structs§
Functions§
- capacity_
exceeded - Constructs a QLDB
CapacityExceededException. Reserved for future throttling enforcement; surfacing it now keeps the wire-level catalogue stable for clients that already retry on the code. - rate_
exceeded - Constructs a QLDB
RateExceededException. Paired withcapacity_exceededin the documented throttling catalogue.