Enum StateReasonCode

    • Enum Constant Detail

      • 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
      • SUBNET_OUT_OF_IP_ADDRESSES

        public static final StateReasonCode SUBNET_OUT_OF_IP_ADDRESSES
      • INVALID_SECURITY_GROUP

        public static final StateReasonCode INVALID_SECURITY_GROUP
      • IMAGE_ACCESS_DENIED

        public static final StateReasonCode IMAGE_ACCESS_DENIED
      • KMS_KEY_ACCESS_DENIED

        public static final StateReasonCode KMS_KEY_ACCESS_DENIED
      • INVALID_STATE_KMS_KEY

        public static final StateReasonCode INVALID_STATE_KMS_KEY
      • EFS_MOUNT_CONNECTIVITY_ERROR

        public static final StateReasonCode EFS_MOUNT_CONNECTIVITY_ERROR
      • INVALID_ZIP_FILE_EXCEPTION

        public static final StateReasonCode INVALID_ZIP_FILE_EXCEPTION
      • 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 Detail

      • values

        public static StateReasonCode[] values()
        Returns an array containing the constants of this enum type, in the order they are declared. This method may be used to iterate over the constants as follows:
        for (StateReasonCode c : StateReasonCode.values())
            System.out.println(c);
        
        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
      • 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