Class InvalidTimeRangeException

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

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

Occurs if the timestamp values are not valid. Either the start time occurs after the end time, or the time range is outside the range of possible values.

See Also: