AWS CloudTrail Filter Messages
Validation error codes returned when the AWS CloudTrail date filter inputs are invalid or incomplete.
Overview
| Code | Message | Description |
|---|---|---|
CTM001 | Only dates within the last {0} days are available for selection. | Only dates within the last N days are available for selection |
CTM002 | The Start date must be before the end date. Please select a valid date range. | Start date must be before the end date |
CTM003 | Date cannot be in the future. Please select today or an earlier date. | Cannot select a date in the future |
CTM004 | Date range is required. Please fill in both the start and end dates. | Date range is required, both start and end dates must be provided |
CTM005 | The Start date cannot be empty. Please select a From date. | Required parameter start date is missing |
CTM006 | End date cannot be empty. Please select a To date. | Required parameter end date is missing |
Error Code Details
CTM001
Message
Only dates within the last {0} days are available for selection.
Description
Only dates within the last N days are available for selection
Root Cause
- The selected date is outside the allowed range of the last N days
Resolution
- Select a date within the allowed range
CTM002
Message
The Start date must be before the end date. Please select a valid date range.
Description
Start date must be before the end date
Root Cause
- The start date provided is the same as or later than the end date
Resolution
- Ensure the start date is before the end date
CTM003
Message
Date cannot be in the future. Please select today or an earlier date.
Description
Cannot select a date in the future
Root Cause
- The selected date is a future date, which is not allowed
Resolution
- Select today or an earlier date
CTM004
Message
Date range is required. Please fill in both the start and end dates.
Description
Date range is required, both start and end dates must be provided
Root Cause
- One or both of the date fields are empty
Resolution
- Fill in both the start and end dates
CTM005
Message
The Start date cannot be empty. Please select a From date.
Description
Required parameter start date is missing
Root Cause
- The start date field was left empty
Resolution
- Select a start (From) date
CTM006
Message
End date cannot be empty. Please select a To date.
Description
Required parameter end date is missing
Root Cause
- The end date field was left empty
Resolution
- Select an end (To) date