AWS CloudTrail Filter Messages
Validation error codes returned when the AWS CloudTrail date filter inputs are invalid or incomplete.
Overview
| Code | Message | Description |
|---|---|---|
CTM001 | 選択可能な日数は{0}日以内です。 | Only dates within the last N days are available for selection |
CTM002 | 開始日は終了日より過去日である必要があります。適切な日数を選択して下さい。 | Start date must be before the end date |
CTM003 | 日付は未来日を選択できません。日付を確認してください。 | Cannot select a date in the future |
CTM004 | 日付は必須入力です。開始日と終了日を選択してください。 | Date range is required, both start and end dates must be provided |
CTM005 | 開始日は必須入力です。開始日を選択してください。 | Required parameter start date is missing |
CTM006 | 終了日は必須入力です。終了日を選択してください。 | Required parameter end date is missing |
Error Code Details
CTM001
Message
選択可能な日数は{0}日以内です。
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
開始日は終了日より過去日である必要があります。適切な日数を選択して下さい。
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
日付は未来日を選択できません。日付を確認してください。
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
日付は必須入力です。開始日と終了日を選択してください。
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
開始日は必須入力です。開始日を選択してください。
Description
Required parameter start date is missing
Root Cause
- The start date field was left empty
Resolution
- Select a start (From) date
CTM006
Message
終了日は必須入力です。終了日を選択してください。
Description
Required parameter end date is missing
Root Cause
- The end date field was left empty
Resolution
- Select an end (To) date