Enum StateReasonCode

java.lang.Object
java.lang.Enum<StateReasonCode>
software.amazon.awssdk.services.lambda.model.StateReasonCode
All Implemented Interfaces:
Serializable, Comparable<StateReasonCode>

@Generated("software.amazon.awssdk:codegen") public enum StateReasonCode extends Enum<StateReasonCode>
  • Enum Constant Details

    • IDLE

      public static final StateReasonCode IDLE
    • CREATING

      public static final StateReasonCode CREATING
    • RESTORING

      public static final StateReasonCode RESTORING
    • ENI_LIMIT_EXCEEDED

      public static final StateReasonCode ENI_LIMIT_EXCEEDED
    • INSUFFICIENT_ROLE_PERMISSIONS

      public static final StateReasonCode INSUFFICIENT_ROLE_PERMISSIONS
    • INVALID_CONFIGURATION

      public static final StateReasonCode INVALID_CONFIGURATION
    • INTERNAL_ERROR

      public static final StateReasonCode INTERNAL_ERROR
    • SUBNET_OUT_OF_IP_ADDRESSES

      public static final StateReasonCode SUBNET_OUT_OF_IP_ADDRESSES
    • INVALID_SUBNET

      public static final StateReasonCode INVALID_SUBNET
    • INVALID_SECURITY_GROUP

      public static final StateReasonCode INVALID_SECURITY_GROUP
    • IMAGE_DELETED

      public static final StateReasonCode IMAGE_DELETED
    • IMAGE_ACCESS_DENIED

      public static final StateReasonCode IMAGE_ACCESS_DENIED
    • INVALID_IMAGE

      public static final StateReasonCode INVALID_IMAGE
    • KMS_KEY_ACCESS_DENIED

      public static final StateReasonCode KMS_KEY_ACCESS_DENIED
    • KMS_KEY_NOT_FOUND

      public static final StateReasonCode KMS_KEY_NOT_FOUND
    • INVALID_STATE_KMS_KEY

      public static final StateReasonCode INVALID_STATE_KMS_KEY
    • DISABLED_KMS_KEY

      public static final StateReasonCode DISABLED_KMS_KEY
    • EFSIO_ERROR

      public static final StateReasonCode EFSIO_ERROR
    • EFS_MOUNT_CONNECTIVITY_ERROR

      public static final StateReasonCode EFS_MOUNT_CONNECTIVITY_ERROR
    • EFS_MOUNT_FAILURE

      public static final StateReasonCode EFS_MOUNT_FAILURE
    • EFS_MOUNT_TIMEOUT

      public static final StateReasonCode EFS_MOUNT_TIMEOUT
    • INVALID_RUNTIME

      public static final StateReasonCode INVALID_RUNTIME
    • INVALID_ZIP_FILE_EXCEPTION

      public static final StateReasonCode INVALID_ZIP_FILE_EXCEPTION
    • FUNCTION_ERROR

      public static final StateReasonCode FUNCTION_ERROR
    • DRAINING_DURABLE_EXECUTIONS

      public static final StateReasonCode DRAINING_DURABLE_EXECUTIONS
    • VCPU_LIMIT_EXCEEDED

      public static final StateReasonCode VCPU_LIMIT_EXCEEDED
    • CAPACITY_PROVIDER_SCALING_LIMIT_EXCEEDED

      public static final StateReasonCode CAPACITY_PROVIDER_SCALING_LIMIT_EXCEEDED
    • INSUFFICIENT_CAPACITY

      public static final StateReasonCode INSUFFICIENT_CAPACITY
    • EC2_REQUEST_LIMIT_EXCEEDED

      public static final StateReasonCode EC2_REQUEST_LIMIT_EXCEEDED
    • FUNCTION_ERROR_INIT_TIMEOUT

      public static final StateReasonCode FUNCTION_ERROR_INIT_TIMEOUT
    • FUNCTION_ERROR_RUNTIME_INIT_ERROR

      public static final StateReasonCode FUNCTION_ERROR_RUNTIME_INIT_ERROR
    • FUNCTION_ERROR_EXTENSION_INIT_ERROR

      public static final StateReasonCode FUNCTION_ERROR_EXTENSION_INIT_ERROR
    • FUNCTION_ERROR_INVALID_ENTRY_POINT

      public static final StateReasonCode FUNCTION_ERROR_INVALID_ENTRY_POINT
    • FUNCTION_ERROR_INVALID_WORKING_DIRECTORY

      public static final StateReasonCode FUNCTION_ERROR_INVALID_WORKING_DIRECTORY
    • FUNCTION_ERROR_PERMISSION_DENIED

      public static final StateReasonCode FUNCTION_ERROR_PERMISSION_DENIED
    • FUNCTION_ERROR_TOO_MANY_EXTENSIONS

      public static final StateReasonCode FUNCTION_ERROR_TOO_MANY_EXTENSIONS
    • FUNCTION_ERROR_INIT_RESOURCE_EXHAUSTED

      public static final StateReasonCode FUNCTION_ERROR_INIT_RESOURCE_EXHAUSTED
    • DISALLOWED_BY_VPC_ENCRYPTION_CONTROL

      public static final StateReasonCode DISALLOWED_BY_VPC_ENCRYPTION_CONTROL
    • UNKNOWN_TO_SDK_VERSION

      public static final StateReasonCode UNKNOWN_TO_SDK_VERSION
  • Method Details

    • values

      public static StateReasonCode[] values()
      Returns an array containing the constants of this enum type, in the order they are declared.
      Returns:
      an array containing the constants of this enum type, in the order they are declared
    • valueOf

      public static StateReasonCode valueOf(String name)
      Returns the enum constant of this type with the specified name. The string must match exactly an identifier used to declare an enum constant in this type. (Extraneous whitespace characters are not permitted.)
      Parameters:
      name - the name of the enum constant to be returned.
      Returns:
      the enum constant with the specified name
      Throws:
      IllegalArgumentException - if this enum type has no constant with the specified name
      NullPointerException - if the argument is null
    • toString

      public String toString()
      Overrides:
      toString in class Enum<StateReasonCode>
    • fromValue

      public static StateReasonCode fromValue(String value)
      Use this in place of valueOf to convert the raw string returned by the service into the enum value.
      Parameters:
      value - real value
      Returns:
      StateReasonCode corresponding to the value
    • knownValues

      public static Set<StateReasonCode> knownValues()
      Use this in place of values() to return a Set of all values known to the SDK. This will return all known enum values except UNKNOWN_TO_SDK_VERSION.
      Returns:
      a Set of known StateReasonCodes