Module: AWSCDK::Batch::JobStateTimeLimitActionsReason

Defined in:
batch/job_state_time_limit_actions_reason.rb

Overview

The reason to log for the action being taken.

Constant Summary collapse

INSUFFICIENT_INSTANCE_CAPACITY =
Deprecated.
Note:

Default:

All connected compute environments have insufficient capacity errors.

Jsii::Enum.new("aws-cdk-lib.aws_batch.JobStateTimeLimitActionsReason", "INSUFFICIENT_INSTANCE_CAPACITY")
COMPUTE_ENVIRONMENT_MAX_RESOURCE =
Deprecated.
Note:

Default:

All compute environments have a maxvCpus parameter that is smaller than the job requirements.

Jsii::Enum.new("aws-cdk-lib.aws_batch.JobStateTimeLimitActionsReason", "COMPUTE_ENVIRONMENT_MAX_RESOURCE")
JOB_RESOURCE_REQUIREMENT =
Deprecated.
Note:

Default:

None of the compute environments have instances that meet the job requirements.

Jsii::Enum.new("aws-cdk-lib.aws_batch.JobStateTimeLimitActionsReason", "JOB_RESOURCE_REQUIREMENT")