ReportStatus
A two element dictionary with a lastDelivery
and lastStatus
key
whose values describe the date and status of the last delivered report for a particular report
definition.
Contents
- lastDelivery
-
A timestamp that gives the date of a report delivery.
Type: String
Length Constraints: Minimum length of 16. Maximum length of 20.
Pattern:
[0-9]{8}[T][0-9]{6}([Z]|[+-][0-9]{4})
Required: No
- lastStatus
-
An enum that gives the status of a report delivery.
Type: String
Valid Values:
SUCCESS | ERROR_PERMISSIONS | ERROR_NO_BUCKET
Required: No
See Also
For more information about using this API in one of the language-specific AWS SDKs, see the following: