Represents a file containing usage events that has been uploaded for processing.
Usage files attributes
optional, enumerated string, default=queued
Current status of the usage file.
queued
The file is queued for processing.
imported
Data from the file has been imported.
processing
The file is currently being processed.
processed
File processing is completed.
failed
The file failed to process.
optional, timestamp(UTC) in seconds
Timestamp when the file processing was completed.
optional, string, max chars=2000
Amazon S3 path in your bucket where the error file containing error codes is uploaded.
optional, string, max chars=2000
Pre-signed URL for the error_file
containing error_codes.
The link is valid for 60 minutes.