Skip to main content

AWS CloudTrail Filter Messages

Validation error codes returned when the AWS CloudTrail date filter inputs are invalid or incomplete.


Overview

CodeMessageDescription
CTM001Only dates within the last {0} days are available for selection.Only dates within the last N days are available for selection
CTM002The Start date must be before the end date. Please select a valid date range.Start date must be before the end date
CTM003Date cannot be in the future. Please select today or an earlier date.Cannot select a date in the future
CTM004Date range is required. Please fill in both the start and end dates.Date range is required, both start and end dates must be provided
CTM005The Start date cannot be empty. Please select a From date.Required parameter start date is missing
CTM006End 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

  1. 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

  1. 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

  1. 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

  1. 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

  1. 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

  1. Select an end (To) date