Class ApiKeyValidityOutOfBoundsException

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

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

The API key expiration must be set to a value between 1 and 365 days from creation (for CreateApiKey) or from update (for UpdateApiKey).

See Also: