Class TimestampOutOfBoundsException

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

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

The timestamp value passed in the UsageRecord is out of allowed range.

For BatchMeterUsage, if any of the records are outside of the allowed range, the entire batch is not processed. You must remove invalid records and try again.

See Also: