mirror of
https://github.com/GSA/notifications-api.git
synced 2026-02-04 02:11:11 -05:00
Replaced "delivered".
Signed-off-by: Cliff Hill <Clifford.hill@gsa.gov>
This commit is contained in:
@@ -14,9 +14,6 @@ AWS_CLIENT_CONFIG = Config(
|
||||
},
|
||||
use_fips_endpoint=True,
|
||||
)
|
||||
STATISTICS_REQUESTED = "requested"
|
||||
STATISTICS_DELIVERED = "delivered"
|
||||
STATISTICS_FAILURE = "failure"
|
||||
|
||||
|
||||
class ClientException(Exception):
|
||||
|
||||
Reference in New Issue
Block a user