Class InvalidDateRangeException

All Implemented Interfaces:
Serializable, SdkPojo, ToCopyableBuilder<InvalidDateRangeException.Builder,InvalidDateRangeException>

@Generated("software.amazon.awssdk:codegen") public final class InvalidDateRangeException extends CloudTrailException implements ToCopyableBuilder<InvalidDateRangeException.Builder,InvalidDateRangeException>

A date range for the query was specified that is not valid. Be sure that the start time is chronologically before the end time. For more information about writing a query, see Create or edit a query in the CloudTrail User Guide.

See Also: