AWSGAP - Generic action messages

This section lists error and warning messages that might be generated when using the generic action processing.

The message component code is GAP.

AWSGAP002E

An error occurred performing the action. The reason is: "reason".

See message.

The operation cannot be performed.

Check all the parameters related to this action and ensure that they are correct. Retry the action.

AWSGAP003E

The action cannot be performed because a valid command has not been supplied (it is null or empty).

See message.

The operation cannot be performed.

Check the command and verify that it is neither null nor empty.

AWSGAP004E

The action type is not valid. It must be: GeneralAction.

See message.

The operation cannot be performed.

Supply the correct action type and revalidate the action.

AWSGAP005E

The plug-in name is not valid. It must be GenericActionPlugin.

See message.

The operation cannot be performed.

Supply the correct plug-in name and revalidate the action.

AWSGAP006E

The command argument is not valid. It must not be empty.

See message.

The operation cannot be performed.

Supply the correct command argument and revalidate the action.

AWSGAP007E

The value "env_var_value" specified for the environment variable "env_var_key" in the Generic action plug-in exceeds the maximum allowed size of "max_size" KBytes.

The value you specified for the environment variable exceeds the maximum supported size.

The operation cannot be performed.

Reduce the size of the environment variable and retry the operation.